diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-16 16:35:22 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-03-29 00:04:47 +0200 |
commit | 4f8ec1a2ab434c3896763685fb5dfba7194be143 (patch) | |
tree | f02ba54ef97152c8c2440e5eeb6eea6337fc199e /tracker-trackhat/lang | |
parent | d7b4a8b6f40285f08f1e83b4cd921dffe9569cc0 (diff) |
tracker/trackhat: buffer flush
Diffstat (limited to 'tracker-trackhat/lang')
-rw-r--r-- | tracker-trackhat/lang/nl_NL.ts | 8 | ||||
-rw-r--r-- | tracker-trackhat/lang/ru_RU.ts | 8 | ||||
-rw-r--r-- | tracker-trackhat/lang/stub.ts | 8 | ||||
-rw-r--r-- | tracker-trackhat/lang/zh_CN.ts | 8 |
4 files changed, 32 insertions, 0 deletions
diff --git a/tracker-trackhat/lang/nl_NL.ts b/tracker-trackhat/lang/nl_NL.ts index 1f46e7e3..d23b6528 100644 --- a/tracker-trackhat/lang/nl_NL.ts +++ b/tracker-trackhat/lang/nl_NL.ts @@ -59,6 +59,14 @@ <source>Status</source> <translation type="unfinished"></translation> </message> + <message> + <source>Gain</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fuzz</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 1f46e7e3..d23b6528 100644 --- a/tracker-trackhat/lang/ru_RU.ts +++ b/tracker-trackhat/lang/ru_RU.ts @@ -59,6 +59,14 @@ <source>Status</source> <translation type="unfinished"></translation> </message> + <message> + <source>Gain</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fuzz</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 1f46e7e3..d23b6528 100644 --- a/tracker-trackhat/lang/stub.ts +++ b/tracker-trackhat/lang/stub.ts @@ -59,6 +59,14 @@ <source>Status</source> <translation type="unfinished"></translation> </message> + <message> + <source>Gain</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fuzz</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>trackhat_module</name> diff --git a/tracker-trackhat/lang/zh_CN.ts b/tracker-trackhat/lang/zh_CN.ts index 1f46e7e3..d23b6528 100644 --- a/tracker-trackhat/lang/zh_CN.ts +++ b/tracker-trackhat/lang/zh_CN.ts @@ -59,6 +59,14 @@ <source>Status</source> <translation type="unfinished"></translation> </message> + <message> + <source>Gain</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Fuzz</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>trackhat_module</name> |