From 31d9768413199f388c216d92d9db5158ce8785cf Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 11 Feb 2018 21:40:53 +0100 Subject: cmake: add zh_CN cf. #746 --- CMakeLists.txt | 2 +- api/lang/zh_CN.ts | 4 + compat/lang/zh_CN.ts | 4 + csv/lang/zh_CN.ts | 4 + cv/lang/zh_CN.ts | 4 + dinput/lang/zh_CN.ts | 4 + ext-falcon-bms-linear-acc/lang/zh_CN.ts | 4 + filter-accela/lang/zh_CN.ts | 50 +++++ filter-ewma2/lang/zh_CN.ts | 48 +++++ filter-kalman/lang/zh_CN.ts | 31 +++ gui/lang/zh_CN.ts | 343 +++++++++++++++++++++++++++++++ logic/lang/zh_CN.ts | 4 + migration/lang/zh_CN.ts | 4 + options/lang/zh_CN.ts | 4 + pose-widget/lang/zh_CN.ts | 4 + proto-flightgear/lang/zh_CN.ts | 19 ++ proto-fsuipc/lang/zh_CN.ts | 42 ++++ proto-ft/lang/zh_CN.ts | 44 ++++ proto-mouse/lang/zh_CN.ts | 59 ++++++ proto-simconnect/lang/zh_CN.ts | 50 +++++ proto-udp/lang/zh_CN.ts | 26 +++ proto-vjoystick/lang/zh_CN.ts | 15 ++ spline/lang/zh_CN.ts | 4 + tracker-aruco/lang/zh_CN.ts | 91 +++++++++ tracker-freepie-udp/lang/zh_CN.ts | 79 +++++++ tracker-fusion/lang/zh_CN.ts | 49 +++++ tracker-hatire/lang/zh_CN.ts | 350 ++++++++++++++++++++++++++++++++ tracker-hydra/lang/zh_CN.ts | 15 ++ tracker-joystick/lang/zh_CN.ts | 79 +++++++ tracker-pt/lang/zh_CN.ts | 279 +++++++++++++++++++++++++ tracker-pt/module/lang/zh_CN.ts | 4 + tracker-rift-025/lang/zh_CN.ts | 46 +++++ tracker-rift-042/lang/zh_CN.ts | 38 ++++ tracker-rift-080/lang/zh_CN.ts | 31 +++ tracker-rift-140/lang/zh_CN.ts | 31 +++ tracker-rs/lang/zh_CN.ts | 53 +++++ tracker-s2bot/lang/zh_CN.ts | 83 ++++++++ tracker-steamvr/lang/zh_CN.ts | 26 +++ tracker-test/lang/zh_CN.ts | 15 ++ tracker-tobii-eyex/lang/zh_CN.ts | 56 +++++ tracker-udp/lang/zh_CN.ts | 58 ++++++ tracker-wii/lang/zh_CN.ts | 4 + tracker-wii/wiiyourself/lang/zh_CN.ts | 4 + variant/default/lang/zh_CN.ts | 189 +++++++++++++++++ 44 files changed, 2352 insertions(+), 1 deletion(-) create mode 100644 api/lang/zh_CN.ts create mode 100644 compat/lang/zh_CN.ts create mode 100644 csv/lang/zh_CN.ts create mode 100644 cv/lang/zh_CN.ts create mode 100644 dinput/lang/zh_CN.ts create mode 100644 ext-falcon-bms-linear-acc/lang/zh_CN.ts create mode 100644 filter-accela/lang/zh_CN.ts create mode 100644 filter-ewma2/lang/zh_CN.ts create mode 100644 filter-kalman/lang/zh_CN.ts create mode 100644 gui/lang/zh_CN.ts create mode 100644 logic/lang/zh_CN.ts create mode 100644 migration/lang/zh_CN.ts create mode 100644 options/lang/zh_CN.ts create mode 100644 pose-widget/lang/zh_CN.ts create mode 100644 proto-flightgear/lang/zh_CN.ts create mode 100644 proto-fsuipc/lang/zh_CN.ts create mode 100644 proto-ft/lang/zh_CN.ts create mode 100644 proto-mouse/lang/zh_CN.ts create mode 100644 proto-simconnect/lang/zh_CN.ts create mode 100644 proto-udp/lang/zh_CN.ts create mode 100644 proto-vjoystick/lang/zh_CN.ts create mode 100644 spline/lang/zh_CN.ts create mode 100644 tracker-aruco/lang/zh_CN.ts create mode 100644 tracker-freepie-udp/lang/zh_CN.ts create mode 100644 tracker-fusion/lang/zh_CN.ts create mode 100644 tracker-hatire/lang/zh_CN.ts create mode 100644 tracker-hydra/lang/zh_CN.ts create mode 100644 tracker-joystick/lang/zh_CN.ts create mode 100644 tracker-pt/lang/zh_CN.ts create mode 100644 tracker-pt/module/lang/zh_CN.ts create mode 100644 tracker-rift-025/lang/zh_CN.ts create mode 100644 tracker-rift-042/lang/zh_CN.ts create mode 100644 tracker-rift-080/lang/zh_CN.ts create mode 100644 tracker-rift-140/lang/zh_CN.ts create mode 100644 tracker-rs/lang/zh_CN.ts create mode 100644 tracker-s2bot/lang/zh_CN.ts create mode 100644 tracker-steamvr/lang/zh_CN.ts create mode 100644 tracker-test/lang/zh_CN.ts create mode 100644 tracker-tobii-eyex/lang/zh_CN.ts create mode 100644 tracker-udp/lang/zh_CN.ts create mode 100644 tracker-wii/lang/zh_CN.ts create mode 100644 tracker-wii/wiiyourself/lang/zh_CN.ts create mode 100644 variant/default/lang/zh_CN.ts diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c408efc..101d070f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ set_property(GLOBAL PROPERTY opentrack-all-source-dirs "") set(opentrack_all-translations "" CACHE STRING "Leave empty for default") if(".${opentrack_all-translations}" STREQUAL ".") - set(opentrack_all-translations "nl_NL;ru_RU;stub") + set(opentrack_all-translations "nl_NL;ru_RU;stub;zh_CN") endif() include(opentrack-word-size) diff --git a/api/lang/zh_CN.ts b/api/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/api/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/compat/lang/zh_CN.ts b/compat/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/compat/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/csv/lang/zh_CN.ts b/csv/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/csv/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/cv/lang/zh_CN.ts b/cv/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/cv/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/dinput/lang/zh_CN.ts b/dinput/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/dinput/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/ext-falcon-bms-linear-acc/lang/zh_CN.ts b/ext-falcon-bms-linear-acc/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/ext-falcon-bms-linear-acc/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/filter-accela/lang/zh_CN.ts b/filter-accela/lang/zh_CN.ts new file mode 100644 index 00000000..98e95407 --- /dev/null +++ b/filter-accela/lang/zh_CN.ts @@ -0,0 +1,50 @@ + + + + + AccelaUICdialog_accela + + Filter settings + + + + Rotation filtering (Yaw, pitch, and roll) + + + + Smoothing + + + + 0° + + + + Deadzone + + + + Position filtering (X, Y, Z - translation) + + + + 0mm + + + + <html><head/><body><p align="right"><br/><span style=" font-size:10pt;">Accela by </span><a href="https://github.com/sthalik"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">Stanisław Halik</span></a><span style=" font-size:10pt;"><br/>Thanks to </span><a href="https://github.com/dbaarda"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">Donovan Baarda</span></a></p><p align="right"><span style=" font-size:10pt;">2012-2017</span></p><p align="right"><br/><span style=" font-size:8pt;">Visit </span><a href="https://github.com/opentrack/opentrack/wiki/Accela-in-opentrack-2.3"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">our wiki</span></a><span style=" font-size:8pt;"> for description of the settings.</span></p></body></html> + + + + + dialog_accela + + %1° + + + + %1mm + + + + diff --git a/filter-ewma2/lang/zh_CN.ts b/filter-ewma2/lang/zh_CN.ts new file mode 100644 index 00000000..79e93591 --- /dev/null +++ b/filter-ewma2/lang/zh_CN.ts @@ -0,0 +1,48 @@ + + + + + UICdialog_ewma + + EWMA filter settings + + + + Max + + + + Min + + + + Curve + + + + 100% + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:10pt; font-weight:600;">Give the filter up to 60 seconds to warm up and stop shaking.</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Min:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Defines the way the filter responds to fast movements;</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Higher value: slower response;</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Max:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Defines the way the filter responds to slow movements;</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Higher value: slower response;</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Pow:</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Defines the filters 'readiness' to respond to speed changes;</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Higher value = </span><span style=" font-size:10pt; font-weight:600;">faster</span><span style=" font-size:10pt;"> response;</span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;"><br /></p></body></html> + + + + diff --git a/filter-kalman/lang/zh_CN.ts b/filter-kalman/lang/zh_CN.ts new file mode 100644 index 00000000..a572be5f --- /dev/null +++ b/filter-kalman/lang/zh_CN.ts @@ -0,0 +1,31 @@ + + + + + KalmanUICdialog_kalman + + Kalman settings + + + + Measurement noise + + + + Rotation + + + + Position + + + + ° + + + + - + + + + diff --git a/gui/lang/zh_CN.ts b/gui/lang/zh_CN.ts new file mode 100644 index 00000000..be1f3d91 --- /dev/null +++ b/gui/lang/zh_CN.ts @@ -0,0 +1,343 @@ + + + + + BrowseButton + + Set executable name + + + + Executable (*.exe);;All Files (*) + + + + + keyboard_listener + + Dialog + + + + Press a key or close this window to remove the keybinding. + + + + + mapping_dialog + + Mapping properties + + + + Yaw + + + + Max input + + + + Asymmetric mapping below + + + + Pitch + + + + Max output + + + + 180° + + + + 90° + + + + Roll + + + + X + + + + Y + + + + Z + + + + %1° + + + + + options_dialog + + Options + + + + Shortcuts + + + + Global shortcuts + + + + <html><head/><body><p><span style=" font-weight:600;">Center</span> - use current pose as looking perfectly forward.<br/><span style=" font-weight:600;">Toggle</span> - keep looking at same spot until next toggle keypress.<br/><span style=" font-weight:600;">Zero</span> - keep looking forward until next zero keypress.<br/></p></body></html> + + + + Center + + + + Bind + + + + Start tracking + + + + Stop tracking + + + + Zero + + + + Toggle + + + + Zero while held + + + + Restart tracking + + + + Toggle while held + + + + Toggle tracking + + + + Center at startup + + + + Never translate the application interface + + + + Minimize to tray + + + + Enable tray + + + + Minimize to tray on startup when enabled + + + + Output + + + + Output remap + + + + X + + + + Y + + + + Z + + + + Yaw + + + + Pitch + + + + Roll + + + + Disabled + + + + Relative translation only + + + + Source + + + + Invert + + + + Destination + + + + Assign input axis to output axis. + + + + Custom center pose + + + + Alter the centered position sent to games. Useful if the default position is too much downward or upward. + + + + ° + + + + cm + + + + CSV Data Logging + + + + Enable - You will be asked for a filename whenever tracking starts + + + + Relative translation + + + + With relative mode on, translation is applied after rotation. For example, rotating +180 degrees yaw and moving backwards results in moving forward as a result of that rotation. + + + + Mode + + + + Enabled + + + + Enabled when not aiming + + + + Disable for Y + + + + Disable for X + + + + Disable effect by roll + + + + Disable for Z (for zoom on Z axis) + + + + Disable effect by pitch + + + + Disable effect by yaw + + + + Neck displacement + + + + Eyes will be offset from the pivot of rotation, assumed to be the neck. It also works with relative translation disabled. + + + + Enable + + + + Forward from center of rotation + + + + Game detection + + + + Start tracking automatically when a game starts with selected profile, and stop when the game exits. + + + + Joy button %1 + + + + None + + + + + process_detector + + Game detector + + + + Start profiles from game executable names in this list + + + + Executable + + + + Profile + + + + + + + + + - + + + + diff --git a/logic/lang/zh_CN.ts b/logic/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/logic/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/migration/lang/zh_CN.ts b/migration/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/migration/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/options/lang/zh_CN.ts b/options/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/options/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/pose-widget/lang/zh_CN.ts b/pose-widget/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/pose-widget/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/proto-flightgear/lang/zh_CN.ts b/proto-flightgear/lang/zh_CN.ts new file mode 100644 index 00000000..688104c8 --- /dev/null +++ b/proto-flightgear/lang/zh_CN.ts @@ -0,0 +1,19 @@ + + + + + UICFGControls + + FlightGear protocol settings + + + + IP address + + + + Port + + + + diff --git a/proto-fsuipc/lang/zh_CN.ts b/proto-fsuipc/lang/zh_CN.ts new file mode 100644 index 00000000..05fbe216 --- /dev/null +++ b/proto-fsuipc/lang/zh_CN.ts @@ -0,0 +1,42 @@ + + + + + FSUIPCControls + + Locate file + + + + FSUIPC DLL file (FSUIPC*.dll);;All Files (*) + + + + + UICFSUIPCControls + + FSUIPC settings FaceTrackNoIR + + + + Cancel + + + + Location of FSUIPC.dll + + + + The DLL should be located in the Modules/ directory of MS FS 2004 + + + + OK + + + + ... + + + + diff --git a/proto-ft/lang/zh_CN.ts b/proto-ft/lang/zh_CN.ts new file mode 100644 index 00000000..63791bc8 --- /dev/null +++ b/proto-ft/lang/zh_CN.ts @@ -0,0 +1,44 @@ + + + + + FTControls + + Select the desired NPClient DLL + + + + Dll file (*.dll);;All Files (*) + + + + + UICFTControls + + freetrack protocol settings + + + + Repair NPClient location + + + + Locate DLL + + + + Replace the registry entry if you want to use other software with the NPClient protocol and it doesn't work automatically. + +Starting tracking will again overwrite the DLL locations. + + + + Select interface + + + + Disable one of the protocols if game is confused by presence of both at the same time. + + + + diff --git a/proto-mouse/lang/zh_CN.ts b/proto-mouse/lang/zh_CN.ts new file mode 100644 index 00000000..3449ab53 --- /dev/null +++ b/proto-mouse/lang/zh_CN.ts @@ -0,0 +1,59 @@ + + + + + UICMOUSEControls + + Mouse protocol settings + + + + Map mouse X to: + + + + Map mouse Y to: + + + + Select Number + + + + None + + + + X + + + + Y + + + + Z + + + + Yaw + + + + Pitch + + + + Roll + + + + X axis sensitivity + + + + Y axis sensitivity + + + + diff --git a/proto-simconnect/lang/zh_CN.ts b/proto-simconnect/lang/zh_CN.ts new file mode 100644 index 00000000..73608a68 --- /dev/null +++ b/proto-simconnect/lang/zh_CN.ts @@ -0,0 +1,50 @@ + + + + + UICSCControls + + Protocol settings + + + + FSX version + + + + RTM + + + + SP1 + + + + SP2 -- Acceleration + + + + Prepar3d SP2 XPACK + + + + Steam FSX (older) + + + + Steam FSX (new) + + + + You need to install SimConnect SDK for your FSX version. For the Steam version, choose SP1 in the above combo box. + + + + + simconnect + + dll load failed -- %1 + + + + diff --git a/proto-udp/lang/zh_CN.ts b/proto-udp/lang/zh_CN.ts new file mode 100644 index 00000000..d415ef0e --- /dev/null +++ b/proto-udp/lang/zh_CN.ts @@ -0,0 +1,26 @@ + + + + + UICFTNControls + + UDP protocol settings + + + + Remote IP address + + + + Port + + + + + udp + + Can't bind socket: %1 + + + + diff --git a/proto-vjoystick/lang/zh_CN.ts b/proto-vjoystick/lang/zh_CN.ts new file mode 100644 index 00000000..1a85a52f --- /dev/null +++ b/proto-vjoystick/lang/zh_CN.ts @@ -0,0 +1,15 @@ + + + + + vjoystick + + VJoy + + + + <html><head/><body><p>Go to the <a href="http://vjoystick.sourceforge.net/site/"><span style=" text-decoration: underline; color:#0000ff;">vjoystick</span></a> project site or <a href="https://sourceforge.net/projects/vjoystick/files/latest/download"><span style=" text-decoration: underline; color:#0000ff;">download directly</span></a></p></body></html> + + + + diff --git a/spline/lang/zh_CN.ts b/spline/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/spline/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/tracker-aruco/lang/zh_CN.ts b/tracker-aruco/lang/zh_CN.ts new file mode 100644 index 00000000..1967ee70 --- /dev/null +++ b/tracker-aruco/lang/zh_CN.ts @@ -0,0 +1,91 @@ + + + + + Form + + Tracker settings + + + + <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> + + + + Diagonal FOV + + + + 640x480 + + + + 320x240 + + + + Default (not recommended!) + + + + Default + + + + 30 + + + + 60 + + + + 75 + + + + 125 + + + + 200 + + + + Camera name + + + + Frames per second + + + + Resolution + + + + Camera settings + + + + Model rotation + + + + Head X + + + + Head Y + + + + Head Z + + + + Toggle calibration + + + + diff --git a/tracker-freepie-udp/lang/zh_CN.ts b/tracker-freepie-udp/lang/zh_CN.ts new file mode 100644 index 00000000..53710990 --- /dev/null +++ b/tracker-freepie-udp/lang/zh_CN.ts @@ -0,0 +1,79 @@ + + + + + UI_freepie_udp_dialog + + Tracker settings + + + + UDP port + + + + Axis order + + + + output yaw + + + + input yaw + + + + input pitch + + + + input roll + + + + output pitch + + + + output roll + + + + Add to axis + + + + yaw + + + + 0 + + + + +90 + + + + -90 + + + + +180 + + + + -180 + + + + pitch + + + + roll + + + + diff --git a/tracker-fusion/lang/zh_CN.ts b/tracker-fusion/lang/zh_CN.ts new file mode 100644 index 00000000..fd5cb84f --- /dev/null +++ b/tracker-fusion/lang/zh_CN.ts @@ -0,0 +1,49 @@ + + + + + fusion_dialog + + Fusion tracker only works when distinct trackers are selected for rotation and position. + + + + + fusion_tracker + + Fusion tracker + + + + Trackers not selected. + + + + Select different trackers for rotation and position. + + + + + fusion_ui + + Fusion + + + + Set distinct trackers for rotation and position input. + + + + Configure the trackers on the main window. It's required that they're both distinct, and both are set to something. + + + + Rotation + + + + Position + + + + diff --git a/tracker-hatire/lang/zh_CN.ts b/tracker-hatire/lang/zh_CN.ts new file mode 100644 index 00000000..5ccf7fe1 --- /dev/null +++ b/tracker-hatire/lang/zh_CN.ts @@ -0,0 +1,350 @@ + + + + + UIHATControls + + Head Arduino Tracker settings FaceTrackNoIR + + + + General + + + + Serial port + + + + Buggy serial port uses too much CPU + + + + Workaround + + + + Zero + + + + Reset + + + + Axis Configuration + + + + Associate Axis + + + + RotX + + + + RotY + + + + RotZ + + + + Enable Axis + + + + Pitch: + + + + Enable + + + + Yaw: + + + + Invert + + + + Y: + + + + Invert Axis + + + + X: + + + + X + + + + Y + + + + Z + + + + Roll: + + + + Z: + + + + Axis + + + + Status + + + + Trame per seconde + + + + tps + + + + Info: + + + + HAT STOPPED + + + + Command + + + + Arduino Commands + + + + Init + + + + Start + + + + Command for Start send sequence + + + + Command for Initialising Arduino + + + + Command for Stop send sequence + + + + Center + + + + Stop + + + + Command for read Center Gyro arduino + + + + Command for Reset Arduino + + + + Command for reset Center Gyro arduino + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Little or Big Endian for <span style=" font-family:'Arial,Geneva,Helvetica,sans-serif'; font-size:medium; color:#000000;">the serialization of byte order</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial,Geneva,Helvetica,sans-serif'; font-size:medium; color:#000000;">Arduino is LittleEndian ( unchecked)</span></p></body></html> + + + + Endian + + + + <html><head/><body><p>Indicate at opentrack speed sketch FPS to adjust CPU </p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Delay before Init command in ms</span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Delay after Init command in ms</span></p></body></html> + + + + Delay + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Delay after Start Command in ms</span></p></body></html> + + + + Delay after startup + + + + Serial Parameters + + + + Flow control + + + + Stop bits + + + + Parity + + + + BaudRate: + + + + Data bits + + + + About + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">FTNoIR HAT Plugin<br />by FuraX49</span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://hatire.sourceforge.net/"><span style=" font-size:8pt; font-weight:600; text-decoration: underline; color:#0000ff;">Manual (external)</span></a></p></body></html> + + + + Version 1.0.0 + + + + Send + + + + Disable when not in use, will have a performance impact + + + + Enable logging to diagnostic file + + + + + dialog_hatire + + Version %1 + + + + HAT START + + + + HAT STOPPED + + + + + hatire + + Unable to open ComPort: %1 + + + + Unknown error + + + + + hatire_thread + + Timeout during writing command + + + + COM port not open + + + + Setting serial port name + + + + Opening serial port + + + + Port Open + + + + Port Parameters set + + + + Raising DTR + + + + Raising RTS + + + + Waiting on init + + + + Port setup, waiting for HAT frames to process + + + + diff --git a/tracker-hydra/lang/zh_CN.ts b/tracker-hydra/lang/zh_CN.ts new file mode 100644 index 00000000..f5440284 --- /dev/null +++ b/tracker-hydra/lang/zh_CN.ts @@ -0,0 +1,15 @@ + + + + + UIHydraControls + + Sixense Hydra tracker settings FaceTrackNoIR + + + + None whatsoever + + + + diff --git a/tracker-joystick/lang/zh_CN.ts b/tracker-joystick/lang/zh_CN.ts new file mode 100644 index 00000000..9a6e7747 --- /dev/null +++ b/tracker-joystick/lang/zh_CN.ts @@ -0,0 +1,79 @@ + + + + + UIJoystickControls + + Tracker settings + + + + Device + + + + Mapping + + + + Disabled + + + + Joystick axis #1 + + + + Joystick axis #2 + + + + Joystick axis #3 + + + + Joystick axis #4 + + + + Joystick axis #5 + + + + Joystick axis #6 + + + + Joystick axis #7 + + + + Joystick axis #8 + + + + X + + + + Y + + + + Z + + + + Yaw + + + + Pitch + + + + Roll + + + + diff --git a/tracker-pt/lang/zh_CN.ts b/tracker-pt/lang/zh_CN.ts new file mode 100644 index 00000000..2a8e9ca0 --- /dev/null +++ b/tracker-pt/lang/zh_CN.ts @@ -0,0 +1,279 @@ + + + + + TrackerDialog_PT + + Brightness %1/255 + + + + LED radius %1 pixels + + + + %1 yaw samples. Yaw more to %2 samples for stable calibration. + + + + %1 pitch samples. Pitch more to %2 samples for stable calibration. + + + + %1 samples. Over %2, good! + + + + Stop calibration + + + + Start calibration + + + + %1x%2 @ %3 FPS + + + + %1 OK! + + + + %1 BAD! + + + + Tracker offline + + + + + UICPTClientControls + + PointTracker Settings + + + + Status + + + + Extracted Points: + + + + Camera Info: + + + + Camera + + + + Camera settings + + + + ° + + + + Diagonal field of view + + + + Width + + + + FPS + + + + Desired capture height + + + + px + + + + Dynamic pose timeout + + + + Desired capture framerate + + + + Hz + + + + Desired capture width + + + + Height + + + + ms + + + + Device + + + + Open + + + + Camera settings (when available) + + + + Color channels used + + + + Average + + + + Natural + + + + Red only + + + + Blue only + + + + Dynamic pose (for caps only, never clips) + + + + Point extraction + + + + Threshold + + + + Min size + + + + Max size + + + + Intensity threshold for point extraction + + + + Enable, slider sets point size + + + + Automatic threshold + + + + Maximum point diameter + + + + Minimum point diameter + + + + Value + + + + Model + + + + Clip + + + + Model Dimensions + + + + mm + + + + Side + + + + Front + + + + Cap + + + + Custom + + + + z: + + + + x: + + + + <html><head/><body><p>Location of the two remaining model points<br/>with respect to the reference point in default pose</p><p>Use any units you want, not necessarily centimeters.</p></body></html> + + + + y: + + + + <html><head/><body><p><span style=" font-size:16pt;">P</span><span style=" font-size:16pt; vertical-align:sub;">3</span></p></body></html> + + + + <html><head/><body><p><span style=" font-size:16pt;">P</span><span style=" font-size:16pt; vertical-align:sub;">2</span></p></body></html> + + + + Model position + + + + Use only yaw and pitch while calibrating. +Don't roll or change position. + + + + Start calibration + + + + About + + + + <html><head/><body><p><span style=" font-weight:600;">FTNoIR PointTracker Plugin<br/>Version 1.1</span></p><p><span style=" font-weight:600;">by Patrick Ruoff</span></p><p><a href="http://ftnoirpt.sourceforge.net/"><span style=" font-weight:600; text-decoration: underline; color:#0000ff;">Manual (external)</span></a></p></body></html> + + + + diff --git a/tracker-pt/module/lang/zh_CN.ts b/tracker-pt/module/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/tracker-pt/module/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/tracker-rift-025/lang/zh_CN.ts b/tracker-rift-025/lang/zh_CN.ts new file mode 100644 index 00000000..cf2a32a9 --- /dev/null +++ b/tracker-rift-025/lang/zh_CN.ts @@ -0,0 +1,46 @@ + + + + + dialog_rift_025 + + Oculus Rift tracker settings FaceTrackNoIR + + + + Yaw spring + + + + Enable + + + + Persistence + + + + Constant drift + + + + Deadzone + + + + + rift_tracker_025 + + Unable to create Rift sensor + + + + Unable to enumerate Rift tracker + + + + Unable to start Rift tracker + + + + diff --git a/tracker-rift-042/lang/zh_CN.ts b/tracker-rift-042/lang/zh_CN.ts new file mode 100644 index 00000000..91f96f55 --- /dev/null +++ b/tracker-rift-042/lang/zh_CN.ts @@ -0,0 +1,38 @@ + + + + + dialog_rift_042 + + Oculus Rift tracker settings FaceTrackNoIR + + + + Yaw spring + + + + Enable + + + + Persistence + + + + Constant drift + + + + Deadzone + + + + + rift_tracker_042 + + Unable to start Rift tracker: %1 + + + + diff --git a/tracker-rift-080/lang/zh_CN.ts b/tracker-rift-080/lang/zh_CN.ts new file mode 100644 index 00000000..d0ea9fe0 --- /dev/null +++ b/tracker-rift-080/lang/zh_CN.ts @@ -0,0 +1,31 @@ + + + + + dialog_rift_080 + + Oculus Rift tracker settings FaceTrackNoIR + + + + Yaw spring + + + + Enable + + + + Persistence + + + + Constant drift + + + + Deadzone + + + + diff --git a/tracker-rift-140/lang/zh_CN.ts b/tracker-rift-140/lang/zh_CN.ts new file mode 100644 index 00000000..d0b352bb --- /dev/null +++ b/tracker-rift-140/lang/zh_CN.ts @@ -0,0 +1,31 @@ + + + + + dialog_rift_140 + + Oculus Rift tracker settings FaceTrackNoIR + + + + Yaw spring + + + + Enable + + + + Persistence + + + + Constant drift + + + + Deadzone + + + + diff --git a/tracker-rs/lang/zh_CN.ts b/tracker-rs/lang/zh_CN.ts new file mode 100644 index 00000000..4f82f60d --- /dev/null +++ b/tracker-rs/lang/zh_CN.ts @@ -0,0 +1,53 @@ + + + + + RSTracker + + Intel® RealSense™ Runtime Installation + + + + Installation process failed to start. + + + + Couldn't initialize RealSense tracking. Please make sure SDK Runtime 2016 R2 is installed. + + + + Tracking stopped after the RealSense SDK Runtime execution has aborted. + + + + Tracking stopped after another program changed camera streams configuration. + + + + Install Runtime + + + + + UIRSControls + + RealSense 3D Tracker settings + + + + There is no configuration available at the moment. + +The application will activate your camera for face tracking by the +Intel® RealSense™ SDK. By design, the application has no direct access +to any camera images. + +In order to use this tracker, you need a PC equipped with an Intel® RealSense™ +F200 or SR300 camera and the RealSense™ SDK 2016 R2 runtime. + + + + Install Runtime + + + + diff --git a/tracker-s2bot/lang/zh_CN.ts b/tracker-s2bot/lang/zh_CN.ts new file mode 100644 index 00000000..692400cf --- /dev/null +++ b/tracker-s2bot/lang/zh_CN.ts @@ -0,0 +1,83 @@ + + + + + UI_s2bot_dialog + + Tracker settings + + + + Update frequency (Hz) + + + + Axis order + + + + output yaw + + + + input yaw + + + + input pitch + + + + input roll + + + + input bearing + + + + output pitch + + + + output roll + + + + Add to axis + + + + yaw + + + + 0 + + + + +90 + + + + -90 + + + + +180 + + + + -180 + + + + pitch + + + + roll + + + + diff --git a/tracker-steamvr/lang/zh_CN.ts b/tracker-steamvr/lang/zh_CN.ts new file mode 100644 index 00000000..9c2782ac --- /dev/null +++ b/tracker-steamvr/lang/zh_CN.ts @@ -0,0 +1,26 @@ + + + + + dialog + + Valve SteamVR + + + + Device + + + + + steamvr + + No HMD connected + + + + Can't find device with that serial + + + + diff --git a/tracker-test/lang/zh_CN.ts b/tracker-test/lang/zh_CN.ts new file mode 100644 index 00000000..ddba8441 --- /dev/null +++ b/tracker-test/lang/zh_CN.ts @@ -0,0 +1,15 @@ + + + + + test_ui + + Sine wave + + + + Pressing "Abort" will immediately crash the application. + + + + diff --git a/tracker-tobii-eyex/lang/zh_CN.ts b/tracker-tobii-eyex/lang/zh_CN.ts new file mode 100644 index 00000000..57899430 --- /dev/null +++ b/tracker-tobii-eyex/lang/zh_CN.ts @@ -0,0 +1,56 @@ + + + + + tobii_eyex_dialog_widgets + + Tracker options + + + + Tracking settings + + + + Accumulative mode shifts the view toward a target that may be offscreen then fixes upon it. +On the other hand, the snap mode allows for a quick glance outside the field of vision. + + + + Tracking mode + + + + Accumulative mode settings + + + + Screen edge length + + + + Speed + + + + Max yaw + + + + Max pitch + + + + Position output + + + + Enabled + + + + Snap mode settings + + + + diff --git a/tracker-udp/lang/zh_CN.ts b/tracker-udp/lang/zh_CN.ts new file mode 100644 index 00000000..6b8cddea --- /dev/null +++ b/tracker-udp/lang/zh_CN.ts @@ -0,0 +1,58 @@ + + + + + UICFTNClientControls + + UDP tracker settings + + + + Port + + + + Add to axis + + + + yaw + + + + 0 + + + + +90 + + + + -90 + + + + +180 + + + + -180 + + + + pitch + + + + roll + + + + + udp + + Can't bind socket -- %1 + + + + diff --git a/tracker-wii/lang/zh_CN.ts b/tracker-wii/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/tracker-wii/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/tracker-wii/wiiyourself/lang/zh_CN.ts b/tracker-wii/wiiyourself/lang/zh_CN.ts new file mode 100644 index 00000000..6401616d --- /dev/null +++ b/tracker-wii/wiiyourself/lang/zh_CN.ts @@ -0,0 +1,4 @@ + + + + diff --git a/variant/default/lang/zh_CN.ts b/variant/default/lang/zh_CN.ts new file mode 100644 index 00000000..83062231 --- /dev/null +++ b/variant/default/lang/zh_CN.ts @@ -0,0 +1,189 @@ + + + + + UI_new_config + + Config filename + + + + New file name: + + + + + main_window + + Raw tracker data + + + + Z + + + + Pitch + + + + Y + + + + X + + + + Roll + + + + Yaw + + + + Game data + + + + Profile + + + + Options + + + + Mapping + + + + Tracking + + + + Start + + + + Stop + + + + Input + + + + 🔨 + + + + Output + + + + Filter + + + + Running as root is bad + + + + Do not run as root. Set correct device node permissions. + + + + Running as root is bad, seriously + + + + Do not run as root. I'll keep whining at every startup. + + + + Running as root is really seriously bad + + + + Do not run as root. Be annoyed, comprehensively. + + + + Create new empty config + + + + Create new copied config + + + + Open configuration directory + + + + opentrack + + + + (debug) + + + + Show the Octopus + + + + Hide the Octopus + + + + Tracker settings + + + + Filter settings + + + + Protocol settings + + + + Mappings + + + + Exit + + + + The Octopus is sad + + + + Check permissions for your .ini directory: + +"%1"%2 + +Exiting now. + + + + :: + + + + + new_file_dialog + + File exists + + + + This file already exists. Pick another name. + + + + -- cgit v1.2.3