diff options
| author | 前进! <92249100+ddzzkunye@users.noreply.github.com> | 2023-09-30 20:14:57 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-30 20:14:57 +0800 | 
| commit | b3445b4db1f5c9186fa72e10a18d7e235433cdaf (patch) | |
| tree | b25b6bede7b734e8b34ed78f8cd0bf35c1e562d0 /tracker-neuralnet | |
| parent | 8509d384ba9c92033a27b54538b9d87c2e81fa08 (diff) | |
| parent | 10ba7b57b55e6058bc29e8d9b8fbce9257d16488 (diff) | |
Merge pull request #1 from ddzzkunye/dz-GuiText-1
Formatting corrections and minor revisions
Diffstat (limited to 'tracker-neuralnet')
| -rw-r--r-- | tracker-neuralnet/lang/zh_CN.ts | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/tracker-neuralnet/lang/zh_CN.ts b/tracker-neuralnet/lang/zh_CN.ts index c6c06752..cf12f304 100644 --- a/tracker-neuralnet/lang/zh_CN.ts +++ b/tracker-neuralnet/lang/zh_CN.ts @@ -1,7 +1,8 @@  <?xml version="1.0" encoding="utf-8"?>  <!DOCTYPE TS> +  <TS version="2.1" language="zh_CN"> -<context> +  <context>      <name>Form</name>      <message>          <source>Tracker settings</source> @@ -38,7 +39,8 @@      <message>          <source>Use only yaw and pitch while calibrating.  Don't roll or change position.</source> -        <translation type="unfinished">在校准时只使用偏航和俯仰, <br/>不要滚转或是改变位置. </translation> +        <translation >在校准时只使用偏航和俯仰, +不要滚转或是改变位置. </translation>      </message>      <message>          <source>Start calibration</source> @@ -112,7 +114,7 @@ Don't roll or change position.</source>          <source>Zoom factor for the face region. Applied before the patch is fed into the pose estimation model. There is a sweet spot near 1.</source>          <translation type="unfinished"></translation>      </message> -</context> +  </context>  <context>      <name>neuralnet_tracker_ns::NeuralNetDialog</name>      <message> | 
