diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-19 20:37:59 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-12-19 20:37:59 +0100 | 
| commit | 97e5a9cf978b566e68ccdd59173f99f010191a48 (patch) | |
| tree | e8e1f7d702c3fc39e76bac1fe5c2e96ec008d7c9 /gui/lang | |
| parent | 85d48206626692d94b96badc12abc4a4ad6b26cd (diff) | |
gui: update i18n
Diffstat (limited to 'gui/lang')
| -rw-r--r-- | gui/lang/nl_NL.ts | 4 | ||||
| -rw-r--r-- | gui/lang/ru_RU.ts | 4 | ||||
| -rw-r--r-- | gui/lang/stub.ts | 4 | ||||
| -rw-r--r-- | gui/lang/zh_CN.ts | 4 | 
4 files changed, 16 insertions, 0 deletions
diff --git a/gui/lang/nl_NL.ts b/gui/lang/nl_NL.ts index 3a574f14..7dc8d899 100644 --- a/gui/lang/nl_NL.ts +++ b/gui/lang/nl_NL.ts @@ -392,6 +392,10 @@ Press "clear calibration" to remove any calibration data pertaining to          <source>Tracker</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Filter</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>process_detector</name> diff --git a/gui/lang/ru_RU.ts b/gui/lang/ru_RU.ts index d962f011..a8cc6040 100644 --- a/gui/lang/ru_RU.ts +++ b/gui/lang/ru_RU.ts @@ -395,6 +395,10 @@ Press "clear calibration" to remove any calibration data pertaining to          <source>Tracker</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Filter</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>process_detector</name> diff --git a/gui/lang/stub.ts b/gui/lang/stub.ts index 2ab0f18f..6baac339 100644 --- a/gui/lang/stub.ts +++ b/gui/lang/stub.ts @@ -392,6 +392,10 @@ Press "clear calibration" to remove any calibration data pertaining to          <source>Tracker</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Filter</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>process_detector</name> diff --git a/gui/lang/zh_CN.ts b/gui/lang/zh_CN.ts index 8e102f0b..7355db19 100644 --- a/gui/lang/zh_CN.ts +++ b/gui/lang/zh_CN.ts @@ -393,6 +393,10 @@ Press "clear calibration" to remove any calibration data pertaining to          <source>Tracker</source>          <translation type="unfinished"></translation>      </message> +    <message> +        <source>Filter</source> +        <translation type="unfinished"></translation> +    </message>  </context>  <context>      <name>process_detector</name>  | 
