commit 6e0490fef2317e737084f45051b14732c03e9ac9 Author: Translation commit bot translation@torproject.org Date: Sat Sep 5 09:46:21 2015 +0000
Update translations for tor-messenger-conversationsproperties_completed --- fa/conversations.properties | 11 +++++++++++ zh_CN/conversations.properties | 11 +++++++++++ 2 files changed, 22 insertions(+)
diff --git a/fa/conversations.properties b/fa/conversations.properties index 2dc2d6f..83377ac 100644 --- a/fa/conversations.properties +++ b/fa/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=[…] 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