diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-29 02:01:28 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-29 02:01:28 +0100 |
commit | a5bfc833e4506cd12e94e4d738e508ff947a7e19 (patch) | |
tree | d04901e850befcfc039f0c2a875b32a2a5f2e6f8 | |
parent | Merge branch 'redaction_updates' into 'master' (diff) | |
download | nheko-a5bfc833e4506cd12e94e4d738e508ff947a7e19.tar.xz |
Fix source translation
-rw-r--r-- | resources/langs/nheko_en.ts | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/resources/langs/nheko_en.ts b/resources/langs/nheko_en.ts index 88a62eb0..ce5f67c8 100644 --- a/resources/langs/nheko_en.ts +++ b/resources/langs/nheko_en.ts @@ -328,12 +328,12 @@ <message> <location line="+13"/> <source>Direct Chats</source> - <translation type="unfinished"></translation> + <translation>Direct Chats</translation> </message> <message> <location line="+2"/> <source>Show direct chats.</source> - <translation type="unfinished"></translation> + <translation>Show direct chats.</translation> </message> <message> <location line="+30"/> @@ -2163,23 +2163,24 @@ If you choose verify, you need to have the other device available. If you choose <message> <location line="+27"/> <source>Removed by %1</source> - <translation type="unfinished"></translation> + <translation>Removed by %1</translation> </message> <message> <location line="+2"/> <source>%1 (%2) removed this message at %3</source> - <translation type="unfinished"></translation> + <translation>%1 (%2) removed this message at %3</translation> </message> <message> <location line="+2"/> <source>Removed by %1 because: %2</source> - <translation type="unfinished"></translation> + <translation>Removed by %1 because: %2</translation> </message> <message> <location line="+1"/> <source>%1 (%2) removed this message at %3 Reason: %4</source> - <translation type="unfinished"></translation> + <translation>%1 (%2) removed this message at %3 +Reason: %4</translation> </message> <message> <location line="+80"/> |