diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-03-29 00:04:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-03-29 00:08:14 +0200 |
commit | 56b668447c38fa0222048c6eef63f65bc18cc989 (patch) | |
tree | aaf165cb3f53a94e343659d6909ce1f671275168 /tracker-trackhat | |
parent | 2357b5afb43d314546e14e2269bf1602e94344f9 (diff) |
tracker/trackhat: fix lupdate
Diffstat (limited to 'tracker-trackhat')
-rw-r--r-- | tracker-trackhat/lang/nl_NL.ts | 6 | ||||
-rw-r--r-- | tracker-trackhat/lang/ru_RU.ts | 6 | ||||
-rw-r--r-- | tracker-trackhat/lang/stub.ts | 70 | ||||
-rw-r--r-- | tracker-trackhat/lang/zh_CN.ts | 6 |
4 files changed, 52 insertions, 36 deletions
diff --git a/tracker-trackhat/lang/nl_NL.ts b/tracker-trackhat/lang/nl_NL.ts index 12db6607..34639a9d 100644 --- a/tracker-trackhat/lang/nl_NL.ts +++ b/tracker-trackhat/lang/nl_NL.ts @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.1"> +<TS version="2.1" language="nl_NL"> <context> <name>trackhat_dialog</name> <message> @@ -131,6 +131,10 @@ <source>Pitch</source> <translation type="unfinished"></translation> </message> + <message> + <source>Deadzone</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>trackhat_module</name> diff --git a/tracker-trackhat/lang/ru_RU.ts b/tracker-trackhat/lang/ru_RU.ts index ef57d94e..939cb91e 100644 --- a/tracker-trackhat/lang/ru_RU.ts +++ b/tracker-trackhat/lang/ru_RU.ts @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.1"> +<TS version="2.1" language="ru_RU"> <context> <name>trackhat_dialog</name> <message> @@ -131,6 +131,10 @@ <source>Pitch</source> <translation type="unfinished"></translation> </message> + <message> + <source>Deadzone</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>trackhat_module</name> diff --git a/tracker-trackhat/lang/stub.ts b/tracker-trackhat/lang/stub.ts index 12db6607..d4c0e011 100644 --- a/tracker-trackhat/lang/stub.ts +++ b/tracker-trackhat/lang/stub.ts @@ -1,134 +1,138 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.1"> +<TS version="2.1" language="stub"> <context> <name>trackhat_dialog</name> <message> - <source>Cap</source> + <source>TrackHat</source> <translation type="unfinished"></translation> </message> <message> - <source>Clip (left)</source> + <source>Camera</source> <translation type="unfinished"></translation> </message> <message> - <source>Clip (right)</source> + <source>Threshold</source> <translation type="unfinished"></translation> </message> <message> - <source>Mini Clip (left)</source> + <source>Exposure</source> <translation type="unfinished"></translation> </message> <message> - <source>Mini Clip (right)</source> + <source>Gain</source> <translation type="unfinished"></translation> </message> <message> - <source>Custom</source> + <source>Fuzz</source> <translation type="unfinished"></translation> </message> <message> - <source>Status: Tracking stopped.</source> + <source>Model</source> <translation type="unfinished"></translation> </message> <message> - <source>Status: %1 points detected. Good!</source> + <source>Type</source> <translation type="unfinished"></translation> </message> <message> - <source>Status: %1 points detected. BAD!</source> + <source>Min point size</source> <translation type="unfinished"></translation> </message> <message> - <source>TrackHat</source> + <source>Max point size</source> <translation type="unfinished"></translation> </message> <message> - <source>Camera</source> + <source> px</source> <translation type="unfinished"></translation> </message> <message> - <source>Threshold</source> + <source>Tracking</source> <translation type="unfinished"></translation> </message> <message> - <source>Exposure</source> + <source>Limit</source> <translation type="unfinished"></translation> </message> <message> - <source>Gain</source> + <source>Deadzone</source> <translation type="unfinished"></translation> </message> <message> - <source>Fuzz</source> + <source>Point filter</source> <translation type="unfinished"></translation> </message> <message> - <source>Model</source> + <source>Status</source> <translation type="unfinished"></translation> </message> <message> - <source>Type</source> + <source>Raw data</source> <translation type="unfinished"></translation> </message> <message> - <source>Min point size</source> + <source>X</source> <translation type="unfinished"></translation> </message> <message> - <source>Max point size</source> + <source>TextLabel</source> <translation type="unfinished"></translation> </message> <message> - <source> px</source> + <source>Yaw</source> <translation type="unfinished"></translation> </message> <message> - <source>Tracking</source> + <source>Roll</source> <translation type="unfinished"></translation> </message> <message> - <source>Point filter</source> + <source>Y</source> <translation type="unfinished"></translation> </message> <message> - <source>Limit</source> + <source>Z</source> <translation type="unfinished"></translation> </message> <message> - <source>Status</source> + <source>Pitch</source> <translation type="unfinished"></translation> </message> <message> - <source>Raw data</source> + <source>Cap</source> <translation type="unfinished"></translation> </message> <message> - <source>X</source> + <source>Clip (left)</source> <translation type="unfinished"></translation> </message> <message> - <source>TextLabel</source> + <source>Clip (right)</source> <translation type="unfinished"></translation> </message> <message> - <source>Yaw</source> + <source>Mini Clip (left)</source> <translation type="unfinished"></translation> </message> <message> - <source>Roll</source> + <source>Mini Clip (right)</source> <translation type="unfinished"></translation> </message> <message> - <source>Y</source> + <source>Custom</source> <translation type="unfinished"></translation> </message> <message> - <source>Z</source> + <source>Status: Tracking stopped.</source> <translation type="unfinished"></translation> </message> <message> - <source>Pitch</source> + <source>Status: %1 points detected. Good!</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Status: %1 points detected. BAD!</source> <translation type="unfinished"></translation> </message> </context> diff --git a/tracker-trackhat/lang/zh_CN.ts b/tracker-trackhat/lang/zh_CN.ts index fc797404..566a298a 100644 --- a/tracker-trackhat/lang/zh_CN.ts +++ b/tracker-trackhat/lang/zh_CN.ts @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> -<TS version="2.1"> +<TS version="2.1" language="zh_CN"> <context> <name>trackhat_dialog</name> <message> @@ -131,6 +131,10 @@ <source>Pitch</source> <translation>仰俯</translation> </message> + <message> + <source>Deadzone</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>trackhat_module</name> |