diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-06-05 19:42:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 19:42:46 +0000 |
commit | 442c01a60ed376c8693255a7649666113250bf37 (patch) | |
tree | dd3c66c0e9f837fdfef64aafa6b923f654419376 /tracker-pt/lang/zh_CN.ts | |
parent | 8b14345cf6e06a2938dc7cd8de5e8ca2ec2df039 (diff) | |
parent | c5d6ace1295ca93e42962c93742c62d56222bee8 (diff) |
Merge pull request #1095 from a1k0n/unstable
Add proper color keying to tracker-pt
Diffstat (limited to 'tracker-pt/lang/zh_CN.ts')
-rw-r--r-- | tracker-pt/lang/zh_CN.ts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tracker-pt/lang/zh_CN.ts b/tracker-pt/lang/zh_CN.ts index 667c2811..bbbc7f8d 100644 --- a/tracker-pt/lang/zh_CN.ts +++ b/tracker-pt/lang/zh_CN.ts @@ -232,6 +232,30 @@ Don't roll or change position.</source> <source>Green only</source> <translation type="unfinished"></translation> </message> + <message> + <source>Red chroma key</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Green chroma key</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Blue chroma key</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Cyan chroma key</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Yellow chroma key</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Magenta chroma key</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>pt_impl::TrackerDialog_PT</name> |