diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-28 19:31:15 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-09-28 19:33:26 +0200 | 
| commit | 51449ce32dcac7692d5b29fc49f8102b3478466c (patch) | |
| tree | 9a176d4a3872dc74f324f5de5d1aee3ac32f487a /tracker-pt/lang | |
| parent | dce50f45d7dcb4fda3c4f30bbb89a2dab9500afd (diff) | |
tracker/pt: add point filter
Diffstat (limited to 'tracker-pt/lang')
| -rw-r--r-- | tracker-pt/lang/nl_NL.ts | 12 | ||||
| -rw-r--r-- | tracker-pt/lang/ru_RU.ts | 12 | ||||
| -rw-r--r-- | tracker-pt/lang/stub.ts | 12 | ||||
| -rw-r--r-- | tracker-pt/lang/zh_CN.ts | 12 | 
4 files changed, 48 insertions, 0 deletions
diff --git a/tracker-pt/lang/nl_NL.ts b/tracker-pt/lang/nl_NL.ts index 41cd8e4b..99efccda 100644 --- a/tracker-pt/lang/nl_NL.ts +++ b/tracker-pt/lang/nl_NL.ts @@ -280,6 +280,18 @@ Don't roll or change position.</source>          <source>MJPEG compression</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Point filter</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Filter point centers prior to pose estimation.</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Enable</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>pt_impl::TrackerDialog_PT</name> diff --git a/tracker-pt/lang/ru_RU.ts b/tracker-pt/lang/ru_RU.ts index f2266d82..3b288720 100644 --- a/tracker-pt/lang/ru_RU.ts +++ b/tracker-pt/lang/ru_RU.ts @@ -285,6 +285,18 @@ ROLL или X/Y-смещения.</translation>          <source>MJPEG compression</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Point filter</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Filter point centers prior to pose estimation.</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Enable</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>pt_impl::TrackerDialog_PT</name> diff --git a/tracker-pt/lang/stub.ts b/tracker-pt/lang/stub.ts index da299466..77823135 100644 --- a/tracker-pt/lang/stub.ts +++ b/tracker-pt/lang/stub.ts @@ -280,6 +280,18 @@ Don't roll or change position.</source>          <source>MJPEG compression</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Point filter</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Filter point centers prior to pose estimation.</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Enable</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>pt_impl::TrackerDialog_PT</name> diff --git a/tracker-pt/lang/zh_CN.ts b/tracker-pt/lang/zh_CN.ts index c9d320a1..99ab5ea1 100644 --- a/tracker-pt/lang/zh_CN.ts +++ b/tracker-pt/lang/zh_CN.ts @@ -280,6 +280,18 @@ Don't roll or change position.</source>          <source>MJPEG compression</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Point filter</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Filter point centers prior to pose estimation.</source> +        <translation type="unfinished"></translation> +    </message> +    <message> +        <source>Enable</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>pt_impl::TrackerDialog_PT</name>  | 
