commit 8338f5b298c2d2473a9510ef37fa211444a84317 Author: Translation commit bot translation@torproject.org Date: Sat Jul 25 09:46:16 2015 +0000
Update translations for tor-messenger-conversationsproperties_completed --- zh_CN/conversations.properties | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/zh_CN/conversations.properties b/zh_CN/conversations.properties index 1a357e4..e8abac3 100644 --- a/zh_CN/conversations.properties +++ b/zh_CN/conversations.properties @@ -56,6 +56,17 @@ topicChanged=%1$S 已将主题更改为:%2$S。 # %1$S is the user who cleared the topic. topicCleared=%1$S 更改了主题。
+# LOCALIZATION NOTE (nickSet): +# This is displayed as a system message when a participant changes his/her +# nickname in a conversation. +# %1$S is the old nick. +# %2$S is the new nick. +nickSet=%1$S 现在被称为 %2$S。 +# LOCALIZATION NOTE (nickSet.you): +# This is displayed as a system message when your nickname is changed. +# %S is your new nick. +nickSet.you=您现在被称为 %S。 + # LOCALIZATION NOTE (messenger.conversations.selections.ellipsis): # ellipsis is used when copying a part of a message to show that the message was cut messenger.conversations.selections.ellipsis=[…]
tor-commits@lists.torproject.org