summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-05 09:45:45 +0200
committerGitHub <noreply@github.com>2023-10-05 09:45:45 +0200
commit6e7a06f4b3544b10e66ef1a279c12736d5199ffc (patch)
tree7c88afeae06aaee38c74a49e28e6d97b3db51b75
parent7af64837a258b2dc83b8b2a44c98ddd09dced349 (diff)
parente791df9ef9788334c30fa898eca351a7d2e3f81c (diff)
Merge pull request #1733 from ddzzkunye/dz-filter-1
-rw-r--r--filter-accela/lang/zh_CN.ts39
-rw-r--r--filter-ewma2/ftnoir_ewma_filtercontrols.ui2
-rw-r--r--filter-ewma2/lang/zh_CN.ts19
-rw-r--r--filter-hamilton/lang/zh_CN.ts20
-rw-r--r--filter-kalman/lang/zh_CN.ts10
5 files changed, 66 insertions, 24 deletions
diff --git a/filter-accela/lang/zh_CN.ts b/filter-accela/lang/zh_CN.ts
index d63527b5..d89e206c 100644
--- a/filter-accela/lang/zh_CN.ts
+++ b/filter-accela/lang/zh_CN.ts
@@ -5,15 +5,15 @@
<name>AccelaUICdialog_accela</name>
<message>
<source>Filter settings</source>
- <translation type="unfinished"></translation>
+ <translation >过滤器设置</translation>
</message>
<message>
<source>Rotation filtering (Yaw, pitch, and roll)</source>
- <translation type="unfinished"></translation>
+ <translation >旋转过滤器 (偏航, 俯仰, 滚转)</translation>
</message>
<message>
<source>Smoothing</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">平滑</translation>
</message>
<message>
<source>0°</source>
@@ -21,11 +21,11 @@
</message>
<message>
<source>Deadzone</source>
- <translation type="unfinished"></translation>
+ <translation >死区</translation>
</message>
<message>
<source>Position filtering (X, Y, Z - translation)</source>
- <translation type="unfinished"></translation>
+ <translation >方位过滤器 (X, Y, Z - 变换)</translation>
</message>
<message>
<source>0mm</source>
@@ -33,14 +33,39 @@
</message>
<message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;right&quot;&gt;&lt;br/&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;Accela by &lt;/span&gt;&lt;a href=&quot;https://github.com/sthalik&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0057ae;&quot;&gt;Stanisław Halik&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br/&gt;Thanks to &lt;/span&gt;&lt;a href=&quot;https://github.com/dbaarda&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0057ae;&quot;&gt;Donovan Baarda&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p align=&quot;right&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;2012-2017&lt;/span&gt;&lt;/p&gt;&lt;p align=&quot;right&quot;&gt;&lt;br/&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Visit &lt;/span&gt;&lt;a href=&quot;https://github.com/opentrack/opentrack/wiki/Accela-in-opentrack-2.3&quot;&gt;&lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0000ff;&quot;&gt;our wiki&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; for description of the settings.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">&lt;html&gt;
+
+&lt;body&gt;
+ &lt;p align=&quot;right&quot;&gt;&lt;br /&gt;
+ &lt;span style=&quot; font-size:10pt;&quot;&gt;Accela by &lt;/span&gt;
+ &lt;a href=&quot;https://github.com/sthalik&quot;&gt;
+ &lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0057ae;&quot;&gt;Stanisław Halik&lt;/span&gt;
+ &lt;/a&gt;
+ &lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br /&gt;Thanks to &lt;/span&gt;
+ &lt;a href=&quot;https://github.com/dbaarda&quot;&gt;
+ &lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0057ae;&quot;&gt;Donovan Baarda&lt;/span&gt;
+ &lt;/a&gt;
+ &lt;/p&gt;
+ &lt;p align=&quot;right&quot;&gt;
+ &lt;span style=&quot; font-size:10pt;&quot;&gt;2012-2017&lt;/span&gt;
+ &lt;/p&gt;
+ &lt;p align=&quot;right&quot;&gt;&lt;br /&gt;
+ &lt;span style=&quot; font-size:8pt;&quot;&gt;访问&lt;/span&gt;
+ &lt;a href=&quot;https://github.com/opentrack/opentrack/wiki/Accela-in-opentrack-2.3&quot;&gt;
+ &lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0066bb;&quot;&gt;我们的 wiki&lt;/span&gt;
+ &lt;/a&gt;
+ &lt;span style=&quot; font-size:8pt;&quot;&gt; 了解设置的描述.&lt;/span&gt;
+ &lt;/p&gt;
+&lt;/body&gt;
+
+&lt;/html&gt;</translation>
</message>
</context>
<context>
<name>accelaDll</name>
<message>
<source>Accela</source>
- <translation type="unfinished"></translation>
+ <translation ></translation>
</message>
</context>
<context>
diff --git a/filter-ewma2/ftnoir_ewma_filtercontrols.ui b/filter-ewma2/ftnoir_ewma_filtercontrols.ui
index d7b42232..03867854 100644
--- a/filter-ewma2/ftnoir_ewma_filtercontrols.ui
+++ b/filter-ewma2/ftnoir_ewma_filtercontrols.ui
@@ -246,7 +246,7 @@
<item>
<widget class="QLabel" name="label_4">
<property name="styleSheet">
- <string notr="true">background-color: rgb(214, 214, 214);
+ <string notr="true">background-color: rgb(34, 34, 46);
border-color: rgb(0, 0, 0);</string>
</property>
<property name="frameShape">
diff --git a/filter-ewma2/lang/zh_CN.ts b/filter-ewma2/lang/zh_CN.ts
index a384c45f..b709f5c3 100644
--- a/filter-ewma2/lang/zh_CN.ts
+++ b/filter-ewma2/lang/zh_CN.ts
@@ -42,7 +42,24 @@ p, li { white-space: pre-wrap; }
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;Defines the filters &apos;readiness&apos; to respond to speed changes;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;Higher value = &lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;faster&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt; response;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;-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;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;MS Shell Dlg 2&apos;; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:&apos;Sans Serif&apos;; font-size:10pt; font-weight:600;&quot;&gt;给过滤器一点时间来完成预热与消除抖动. &lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-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;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;Min:&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;定义滤波器对快速运动的响应方式; &lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;数值越大, 响应越慢; &lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-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;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;Max:&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;定义滤波器对慢速运动的响应方式; &lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;数值越大, 响应越慢; &lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-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;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;Pow:&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;定义滤波器&apos;readiness&apos; to respond to speed changes;&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;更大数值 = &lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;更快&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt; 响应;&lt;/span&gt;&lt;/p&gt;
+&lt;p style=&quot;-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;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
</context>
<context>
diff --git a/filter-hamilton/lang/zh_CN.ts b/filter-hamilton/lang/zh_CN.ts
index 222569e4..d5b3efc3 100644
--- a/filter-hamilton/lang/zh_CN.ts
+++ b/filter-hamilton/lang/zh_CN.ts
@@ -5,23 +5,23 @@
<name>UICdialog_hamilton</name>
<message>
<source>Rotations: </source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">旋转: </translation>
</message>
<message>
<source>Positions: </source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">位置: </translation>
</message>
<message>
<source>Zoom smoothing: </source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">缩放时平滑: </translation>
</message>
<message>
<source>Hamilton filter settings</source>
- <translation type="unfinished"></translation>
+ <translation >Hamilton 过滤器设置</translation>
</message>
<message>
<source>Max Z:</source>
- <translation type="unfinished"></translation>
+ <translation ></translation>
</message>
<message>
<source>10,00</source>
@@ -49,23 +49,23 @@
</message>
<message>
<source>Smoothing power:</source>
- <translation type="unfinished"></translation>
+ <translation >平滑强度:</translation>
</message>
<message>
<source>Dead Zone:</source>
- <translation type="unfinished"></translation>
+ <translation >死区:</translation>
</message>
<message>
<source>Max distance:</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">最大距离:</translation>
</message>
<message>
<source>For both rotations and positions: No movement occurs within the dead zone. Smoothing scales down to minimum at max distance + 2 x dead zone.</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">旋转和位置在死区范围内都不会发生移动. 在最大距离 +2x死区时, smoothing缩小至最小值.&lt;a href=&quot;https://github.com/opentrack/opentrack/pull/1667&quot;&gt;阅读此处Pull#1167&lt;/a&gt;</translation>
</message>
<message>
<source>When you lean forward, zoom smoothing increases the smoothing power for rotations. Maximum additonal smoothing power occurs when you lean forward by a distance of Max Z.</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">当您向前倾时, "缩放时平滑" 功能会增强旋转的平滑强度. 前倾到 Max Z 距离时, 增加的平滑强度最大.</translation>
</message>
</context>
<context>
diff --git a/filter-kalman/lang/zh_CN.ts b/filter-kalman/lang/zh_CN.ts
index eab4059e..53fa7e99 100644
--- a/filter-kalman/lang/zh_CN.ts
+++ b/filter-kalman/lang/zh_CN.ts
@@ -5,23 +5,23 @@
<name>KalmanUICdialog_kalman</name>
<message>
<source>Kalman settings</source>
- <translation type="unfinished"></translation>
+ <translation >Kalman 设置</translation>
</message>
<message>
<source>Measurement noise</source>
- <translation type="unfinished"></translation>
+ <translation type="unfinished">衡量噪声</translation>
</message>
<message>
<source>Rotation</source>
- <translation type="unfinished"></translation>
+ <translation >旋转</translation>
</message>
<message>
<source>Position</source>
- <translation type="unfinished"></translation>
+ <translation >方位</translation>
</message>
<message>
<source>°</source>
- <translation type="unfinished"></translation>
+ <translation ></translation>
</message>
<message>
<source>-</source>