diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-17 14:32:03 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-03-29 00:04:48 +0200 |
commit | 377a965bbb2661d6fa08dfc05e37c43ee172452f (patch) | |
tree | 0fbcba36f2a8b21a405cab14626c8047de58b587 /tracker-trackhat/lang/ru_RU.ts | |
parent | 69c19d1f9f272fda7d66c0ece3e8d6adc5bfc628 (diff) |
tracker/trackhat: better tracking status
Diffstat (limited to 'tracker-trackhat/lang/ru_RU.ts')
-rw-r--r-- | tracker-trackhat/lang/ru_RU.ts | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/tracker-trackhat/lang/ru_RU.ts b/tracker-trackhat/lang/ru_RU.ts index d23b6528..f5de5702 100644 --- a/tracker-trackhat/lang/ru_RU.ts +++ b/tracker-trackhat/lang/ru_RU.ts @@ -48,23 +48,27 @@ <translation type="unfinished"></translation> </message> <message> - <source>Tracking stopped.</source> + <source>Status</source> <translation type="unfinished"></translation> </message> <message> - <source>Tracking. %1 points detected.</source> + <source>Gain</source> <translation type="unfinished"></translation> </message> <message> - <source>Status</source> + <source>Fuzz</source> <translation type="unfinished"></translation> </message> <message> - <source>Gain</source> + <source>Status: Tracking stopped.</source> <translation type="unfinished"></translation> </message> <message> - <source>Fuzz</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> |