Merge zh translations and update CHANGES.rst for 0.8 release.

This commit is contained in:
JC Brand 2014-08-04 23:24:41 +02:00
parent 2cc38dec44
commit e3dbbf2eae
6 changed files with 324 additions and 1250 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
0.8 (Unreleased) 0.8 (2014-08-04)
---------------- ----------------
.. note:: .. note::
@ -10,12 +10,11 @@ Changelog
3. This release has reduced support for IE8 (some features won't work). 3. This release has reduced support for IE8 (some features won't work).
4. Events have been renamed to remove "on" prefix (sorry for any inconvenience). 4. Events have been renamed to remove "on" prefix (sorry for any inconvenience).
* Simplified Chinese Translations [Lancelot]
* No initial HTML markup is now needed in the document body for converse.js to work. [jcbrand] * No initial HTML markup is now needed in the document body for converse.js to work. [jcbrand]
* All date handling is now done with moment.js. [jcbrand] * All date handling is now done with moment.js. [jcbrand]
* Add a new toolbar button for clearing chat messages. [jcbrand] * Add a new toolbar button for clearing chat messages. [jcbrand]
* Chat boxes and rooms can now be resized vertically. [jcbrand] * Chat boxes and rooms can now be resized vertically. [jcbrand]
* Upgraded many dependencies to their latest versions. [jcbrand] * Upgraded dependencies to their latest versions. [jcbrand]
* Add new configuration setting `forward_messages <https://conversejs.org/docs/html/index.html#forward_messages>`_ * Add new configuration setting `forward_messages <https://conversejs.org/docs/html/index.html#forward_messages>`_
Message forwarding was before a default behavior but is now optional (and disabled by default). [jcbrand] Message forwarding was before a default behavior but is now optional (and disabled by default). [jcbrand]
* Newly opened chat boxes always appear immediately left of the controlbox. [jcbrand] * Newly opened chat boxes always appear immediately left of the controlbox. [jcbrand]
@ -32,11 +31,11 @@ Changelog
* #180 RID and SID undefined [g8g3] * #180 RID and SID undefined [g8g3]
* #191 No messages history [heban] * #191 No messages history [heban]
* #192 Error: xhr_user_search_url is not defined. [jcbrand] * #192 Error: xhr_user_search_url is not defined. [jcbrand]
* #195 Chinese translations. [lancelothuxi]
* #196 [Safari v7.0.5] TypeError: Attempted to assign to readonly property. [g8g3] * #196 [Safari v7.0.5] TypeError: Attempted to assign to readonly property. [g8g3]
* #199 Improved Spanish translations [chilicuil] * #199 Improved Spanish translations [chilicuil]
* #201 Add zh-locale to fix build task [schoetty] * #201 Add zh-locale to fix build task [schoetty]
0.7.4 (2014-03-05) 0.7.4 (2014-03-05)
------------------ ------------------

View File

@ -1,655 +1,168 @@
{ {
"converse": { "converse": {
"":{ "":{
"Project-Id-Version": "Converse.js 0.4", "project-id-version": "Converse.js 0.4",
"Report-Msgid-Bugs-To": "", "report-msgid-bugs-to":"",
"POT-Creation-Date": "2014-07-06 17:58+0200", "pot-creation-date":"2014-07-06 17:58+0200",
"PO-Revision-Date": "2014-01-07 11:32+0900", "po-revision-date":"2014-07-06 18:05+0200",
"Last-Translator": "Mako N <mako@pasero.net>", "last-translator":"Huxisuz Hu <huxisuz@gmail.com>",
"Language-Team": "Language zh", "language-team":"Language zh",
"Language": "zh", "language":"zh",
"MIME-Version": "1.0", "mime-version":"1.0",
"Content-Type": "text/plain; charset=UTF-8", "content-type":"text/plain; charset=UTF-8",
"Content-Transfer-Encoding": "8bit", "content-transfer-encoding":"8bit",
"domain":"converse", "domain":"converse",
"lang":"zh", "lang":"zh",
"plural_forms":"nplurals=2; plural=(n != 1);" "plural_forms":"nplurals=2; plural=(n != 1);"
}, },
"unencrypted": [ "unencrypted": [null,"未加密"],
null, "unverified": [null,"未验证"],
"未加密" "verified": [null,"已验证"],
], "finished": [null,"结束了"],
"unverified": [ "This contact is busy": [null,"对方忙碌中"],
null, "This contact is online": [null,"对方在线中"],
"未验证" "This contact is offline": [null,"对方已下线"],
], "This contact is unavailable": [null,"对方免打扰"],
"verified": [ "This contact is away for an extended period": [null,"对方暂时离开"],
null, "This contact is away": [null,"对方离开"],
"已验证" "Disconnected": [null,"连接已断开"],
], "Error": [null,"错误"],
"finished": [ "Connecting": [null,"连接中"],
null, "Connection Failed": [null,"连接失败"],
"结束了" "Authenticating": [null,"验证中"],
], "Authentication Failed": [null,"验证失败"],
"This contact is busy": [ "Disconnecting": [null,"断开链接中"],
null, "Online Contacts": [null,"在线好友"],
"对方忙碌中" "Re-establishing encrypted session": [null,"重新建立加密会话"],
], "Generating private key.": [null,"正在生成私钥"],
"This contact is online": [ "Your browser might become unresponsive.": [null,"您的浏览器可能会暂时无响应"],
null, "Authentication request from %1$s\n\nYour buddy is attempting to verify your identity, by asking you the question below.\n\n%2$s": [null,"来自%1$s的验证请求 \n\n对方正在试图验证您的信息请回答如下问题\n\n%2$s"],
"对方在线中" "Could not verify this user's identify.": [null,"无法验证对方信息。"],
], "Exchanging private key with buddy.": [null,"正在与对方交换私钥"],
"This contact is offline": [ "Personal message": [null,"私信"],
null, "me": [null,"我"],
"对方已下线" "Show this menu": [null,"显示此项菜单"],
], "Write in the third person": [null,"以第三者身份写"],
"This contact is unavailable": [ "Remove messages": [null,"移除消息"],
null, "Are you sure you want to clear the messages from this chat box?": [null,"你确定清除此次的聊天记录吗?"],
"对方免打扰" "Your message could not be sent": [null,"您的消息无法送出"],
], "We received an unencrypted message": [null,"我们收到了一条未加密的信息"],
"This contact is away for an extended period": [ "We received an unreadable encrypted message": [null,"我们收到一条无法读取的信息"],
null, "This user has requested an encrypted session.": [null,"此用户请求了一个加密会话。"],
"对方暂时离开" "Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [null,"这里是指纹。请与 %1$s 确认。\n\n您的 %2$s 指纹: %3$s\n\n%1$s 的指纹: %4$s\n\n如果确认符合请点击OK否则点击取消"],
], "What is your security question?": [null,"您的安全问题是?"],
"This contact is away": [ "What is the answer to the security question?": [null,"此安全问题的答案是?"],
null, "Invalid authentication scheme provided": [null,"非法的认证方式"],
"对方离开" "Your messages are not encrypted anymore": [null,"您的消息将不再被加密"],
], "Your messages are now encrypted but your buddy's identity has not been verified.": [null,"您的消息现已加密,但是对方身份尚未验证"],
"Reconnecting": [ "Your buddy's identify has been verified.": [null,"对方的身份已通过验证。"],
null, "Your buddy has ended encryption on their end, you should do the same.": [null,"对方已结束加密,您也需要做同样的操作。"],
"连接中" "Your messages are not encrypted. Click here to enable OTR encryption.": [null,"您的消息未加密。点击这里来启用OTR加密"],
], "Your messages are encrypted, but your buddy has not been verified.": [null,"您的消息已加密,但对方未通过验证"],
"Disconnected": [ "Your messages are encrypted and your buddy verified.": [null,"您的消息已加密,对方已验证。"],
null, "Your buddy has closed their end of the private session, you should do the same": [null,"对方已关闭私有会话,您也应该关闭"],
"切断中" "End encrypted conversation": [null,"结束加密的会话"],
], "Refresh encrypted conversation": [null,"刷新加密的会话"],
"Error": [ "Start encrypted conversation": [null,"开始加密的会话"],
null, "Verify with fingerprints": [null,"验证指纹"],
"错误" "Verify with SMP": [null,"验证SMP"],
], "What's this?": [null,"这是什么?"],
"Connecting": [ "Online": [null,"在线"],
null, "Busy": [null,"忙碌中"],
"连接中" "Away": [null,"离开"],
], "Offline": [null,"离线"],
"Connection Failed": [ "Contacts": [null,"联系人"],
null, "Contact name": [null,"联系人名称"],
"连接失败" "Search": [null,"搜索"],
], "Contact username": [null,"联系人姓名"],
"Authenticating": [ "Add": [null,"添加"],
null, "Click to add new chat contacts": [null,"点击添加新联系人"],
"验证中" "Add a contact": [null,"添加联系人"],
], "No users found": [null,"未找到用户"],
"Authentication Failed": [ "Click to add as a chat contact": [null,"点击添加为好友"],
null, "Room name": [null,"聊天室名称"],
"验证失败" "Nickname": [null,"昵称"],
], "Server": [null,"服务器"],
"Disconnecting": [ "Join": [null,"加入"],
null, "Show rooms": [null,"显示所有聊天室"],
"断开连接中" "Rooms": [null,"聊天室"],
], "No rooms on %1$s": [null,"%1$s 上没有聊天室"],
"Online Contacts": [ "Rooms on %1$s": [null,"%1$s 上的聊天室"],
null, "Click to open this room": [null,"打开聊天室"],
"在线联系人" "Show more information on this room": [null,"显示次聊天室的更多信息"],
], "Description:": [null,"描述: "],
"Re-establishing encrypted session": [ "Occupants:": [null,"成员:"],
null, "Features:": [null,"特性:"],
"重新建立加密会话" "Requires authentication": [null,"需要验证"],
], "Hidden": [null,"隐藏的"],
"Generating private key.": [ "Requires an invitation": [null,"需要被邀请"],
null, "Moderated": [null,"发言受限"],
"" "Non-anonymous": [null,"非匿名"],
], "Open room": [null,"打开聊天室"],
"Your browser might become unresponsive.": [ "Permanent room": [null,"永久聊天室"],
null, "Public": [null,"公开的"],
"" "Semi-anonymous": [null,"半匿名"],
], "Temporary room": [null,"临时聊天室"],
"Authentication request from %1$s\n\nYour buddy is attempting to verify your identity, by asking you the question below.\n\n%2$s": [ "Unmoderated": [null,"无发言限制"],
null, "Set chatroom topic": [null,"设置房间主题"],
"来自%1$s的验证请求 \n\n对方正在试图验证您的信息请回答如下问题\n\n%2$s" "Kick user from chatroom": [null,"把用户踢出房间"],
], "Ban user from chatroom": [null,"阻止此用户进入房间"],
"Could not verify this user's identify.": [ "Message": [null,"信息"],
null, "Save": [null,"保存"],
"复发验证对方信息。" "Cancel": [null,"取消"],
], "An error occurred while trying to save the form.": [null,"保存表单是出错。"],
"Exchanging private key with buddy.": [ "This chatroom requires a password": [null,"此聊天室需要密码"],
null, "Password: ": [null,"密码:"],
"" "Submit": [null,"发送"],
], "This room is not anonymous": [null,"此为非匿名聊天室"],
"Personal message": [ "This room now shows unavailable members": [null,"此聊天室显示不可用用户"],
null, "This room does not show unavailable members": [null,"此聊天室不显示不可用用户"],
"私信" "Non-privacy-related room configuration has changed": [null,"此聊天室设置(非私密性)已改变"],
], "Room logging is now enabled": [null,"聊天室聊天记录已启用"],
"Are you sure you want to clear the messages from this room?": [ "Room logging is now disabled": [null,"聊天室聊天记录已禁用"],
null, "This room is now non-anonymous": [null,"此聊天室非匿名"],
"您并非此房间成员" "This room is now semi-anonymous": [null,"此聊天室半匿名"],
], "This room is now fully-anonymous": [null,"此聊天室完全匿名"],
"me": [ "A new room has been created": [null,"新聊天室已创建"],
null, "Your nickname has been changed": [null,"您的昵称被更改了"],
"我" "<strong>%1$s</strong> has been banned": [null,"<strong>%1$s</strong> 已被禁止"],
], "<strong>%1$s</strong> has been kicked out": [null,"<strong>%1$s</strong> 已被踢出"],
"Show this menu": [ "<strong>%1$s</strong> has been removed because of an affiliation change": [null,"由于关系解除、<strong>%1$s</strong> 已被移除"],
null, "<strong>%1$s</strong> has been removed for not being a member": [null,"由于不是成员、<strong>%1$s</strong> 已被移除"],
"显示此项菜单" "You have been banned from this room": [null,"您已被此聊天室禁止入内"],
], "You have been kicked from this room": [null,"您已被踢出次房间"],
"Write in the third person": [ "You have been removed from this room because of an affiliation change": [null,"由于关系变化,您已被移除此房间"],
null, "You have been removed from this room because the room has changed to members-only and you're not a member": [null,"您已被移除此房间因为此房间更改为只允许成员加入,而您非成员"],
"已第三者身份写" "You have been removed from this room because the MUC (Multi-user chat) service is being shut down.": [null,"由于服务不可用,您已被移除此房间。"],
], "You are not on the member list of this room": [null,"您并非此房间成员"],
"Remove messages": [ "No nickname was specified": [null,"未指定昵称"],
null, "You are not allowed to create new rooms": [null,"您可此创建新房间了"],
"移除消息" "Your nickname doesn't conform to this room's policies": [null,"您的昵称不符合此房间标准"],
], "Your nickname is already taken": [null,"您的昵称已被占用"],
"Are you sure you want to clear the messages from this chat box?": [ "This room does not (yet) exist": [null,"此房间不存在"],
null, "This room has reached it's maximum number of occupants": [null,"此房间人数已达上线"],
"" "Topic set by %1$s to: %2$s": [null,"%1$s 设置话题为: %2$s"],
], "This user is a moderator": [null,"此用户是主持人"],
"Your message could not be sent": [ "This user can send messages in this room": [null,"此用户在这房间里可发消息"],
null, "This user can NOT send messages in this room": [null,"此用户不可在此房间发消息"],
"您的消息无法送出" "Minimized": [null,"最小化的"],
], "Click to remove this contact": [null,"点击移除联系人"],
"We received an unencrypted message": [ "Accept": [null,"接受"],
null, "Click to chat with this contact": [null,"点击与对方交谈"],
"我们收到了一条未加密的信息" "My contacts": [null,"我的好友列表"],
], "Contact requests": [null,"来自好友的请求"],
"We received an unreadable encrypted message": [ "Pending contacts": [null,"保留中的联系人"],
null, "Custom status": [null,"DIY状态"],
"我们收到一条无法读取的信息" "online": [null,"在线"],
], "busy": [null,"忙碌"],
"This user has requested an encrypted session.": [ "away for long": [null,"长时间离开"],
null, "away": [null,"离开"],
"此用户请求了一个加密会话。" "I am %1$s": [null,"我现在%1$s"],
], "Click here to write a custom status message": [null,"点击这里,填写状态信息"],
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [ "Click to change your chat status": [null,"点击这里改变聊天状态"],
null, "XMPP/Jabber Username:": [null,"XMPP/Jabber用户名:"],
"这里是指纹。请与 %1$s 确认。\n\n您的 %2$s 指纹: %3$s\n\n%1$s 指纹: %4$s\n\n如果确认符合请点击OK否则取消" "Password:": [null,"密码:"],
], "Log In": [null,"登录"],
"You will be prompted to provide a security question and then an answer to that question.\n\nYour buddy will then be prompted the same question and if they type the exact same answer (case sensitive), their identity will be verified.": [ "Sign in": [null,"登录"],
null, "Toggle chat": [null,"折叠聊天窗口"]
"您会被要求回答一下安全性的问题。\n\n对方需要回答相同的问题区分大小写,如果答案一致,身份将被验证。"
],
"What is your security question?": [
null,
"您的安全性问题是?"
],
"What is the answer to the security question?": [
null,
"此安全问题的答案是?"
],
"Invalid authentication scheme provided": [
null,
"非法的认证方式"
],
"Your messages are not encrypted anymore": [
null,
"您的消息将不再被加密"
],
"Your messages are now encrypted but your buddy's identity has not been verified.": [
null,
"您的消息现已加密,但是对方身份尚未验证"
],
"Your buddy's identify has been verified.": [
null,
"对方的身份已通过验证。"
],
"Your buddy has ended encryption on their end, you should do the same.": [
null,
"对方已结束加密,您也需要做同样的操作。"
],
"Your messages are not encrypted. Click here to enable OTR encryption.": [
null,
"您的消息未加密。点击这里来启用OTR加密"
],
"Your messages are encrypted, but your buddy has not been verified.": [
null,
"您的消息已加密,但对方未通过验证"
],
"Your messages are encrypted and your buddy verified.": [
null,
"您的消息已加密,对方已验证。"
],
"Your buddy has closed their end of the private session, you should do the same": [
null,
"对方已关闭私有会话,您需要做相同操作"
],
"End encrypted conversation": [
null,
"结束加密的会话"
],
"Refresh encrypted conversation": [
null,
"刷新加密的会话"
],
"Start encrypted conversation": [
null,
"开始加密的会话"
],
"Verify with fingerprints": [
null,
"验证指纹"
],
"Verify with SMP": [
null,
"验证SMP"
],
"What's this?": [
null,
"这是什么?"
],
"Online": [
null,
"在线"
],
"Busy": [
null,
"忙碌中"
],
"Away": [
null,
"离开"
],
"Offline": [
null,
"离线"
],
"Contacts": [
null,
"联系人"
],
"Contact name": [
null,
"姓名"
],
"Search": [
null,
"搜索"
],
"Contact username": [
null,
"联系人姓名"
],
"Add": [
null,
"添加"
],
"Click to add new chat contacts": [
null,
"点击添加新联系人"
],
"Add a contact": [
null,
"添加联系人"
],
"No users found": [
null,
"未找到用户"
],
"Click to add as a chat contact": [
null,
"点击添加为好友"
],
"Room name": [
null,
"聊天室名称"
],
"Nickname": [
null,
"昵称"
],
"Server": [
null,
"服务器"
],
"Join": [
null,
"加入"
],
"Show rooms": [
null,
"显示所有聊天室"
],
"Rooms": [
null,
"聊天室"
],
"No rooms on %1$s": [
null,
"%1$s 上没有聊天室"
],
"Rooms on %1$s": [
null,
"%1$s 上的聊天室"
],
"Click to open this room": [
null,
"打开聊天室"
],
"Show more information on this room": [
null,
"显示次聊天室的更多信息"
],
"Description:": [
null,
"说明: "
],
"Occupants:": [
null,
"成员:"
],
"Features:": [
null,
"特性:"
],
"Requires authentication": [
null,
"需要验证"
],
"Hidden": [
null,
"隐藏"
],
"Requires an invitation": [
null,
"需要被邀请"
],
"Moderated": [
null,
"发言受限"
],
"Non-anonymous": [
null,
"非匿名"
],
"Open room": [
null,
"打开聊天室"
],
"Permanent room": [
null,
"永久聊天室"
],
"Public": [
null,
"公开的"
],
"Semi-anonymous": [
null,
"半匿名"
],
"Temporary room": [
null,
"临时聊天室"
],
"Unmoderated": [
null,
"无发言限制"
],
"Set chatroom topic": [
null,
"设置房间主题"
],
"Kick user from chatroom": [
null,
"把用户踢出房间"
],
"Ban user from chatroom": [
null,
"阻止此用户进入房间"
],
"Message": [
null,
"信息"
],
"Save": [
null,
"保存"
],
"Cancel": [
null,
"取消"
],
"An error occurred while trying to save the form.": [
null,
"保存表单是出错。"
],
"This chatroom requires a password": [
null,
"此聊天室需要密码"
],
"Password: ": [
null,
"密码:"
],
"Submit": [
null,
"发送"
],
"This room is not anonymous": [
null,
"此为非匿名聊天室"
],
"This room now shows unavailable members": [
null,
"此聊天室显示不可用用户"
],
"This room does not show unavailable members": [
null,
"此聊天室不显示不可用用户"
],
"Non-privacy-related room configuration has changed": [
null,
"此聊天室设置(非私密性)已改变"
],
"Room logging is now enabled": [
null,
"聊天室聊天记录已启用"
],
"Room logging is now disabled": [
null,
"聊天室聊天记录已禁用"
],
"This room is now non-anonymous": [
null,
"此聊天室非匿名"
],
"This room is now semi-anonymous": [
null,
"此聊天室半匿名"
],
"This room is now fully-anonymous": [
null,
"此聊天室完全匿名"
],
"A new room has been created": [
null,
"新聊天室已创建"
],
"Your nickname has been changed": [
null,
"您的昵称被更改了"
],
"<strong>%1$s</strong> has been banned": [
null,
"<strong>%1$s</strong> 已被禁止"
],
"<strong>%1$s</strong> has been kicked out": [
null,
"<strong>%1$s</strong> 已被踢出"
],
"<strong>%1$s</strong> has been removed because of an affiliation change": [
null,
"由于关系解除、<strong>%1$s</strong> 已被移除"
],
"<strong>%1$s</strong> has been removed for not being a member": [
null,
"由于不是成员、<strong>%1$s</strong> 已被移除"
],
"You have been banned from this room": [
null,
"您已被此聊天室禁止入内"
],
"You have been kicked from this room": [
null,
"您已被踢出次房间"
],
"You have been removed from this room because of an affiliation change": [
null,
"由于关系变化,您已被移除次房间"
],
"You have been removed from this room because the room has changed to members-only and you're not a member": [
null,
"您已被移除此房间因为次房间更改为只允许成员加入,而您非成员"
],
"You have been removed from this room because the MUC (Multi-user chat) service is being shut down.": [
null,
"由于服务不可用,您已被移除次房间。"
],
"You are not on the member list of this room": [
null,
"您并非此房间成员"
],
"No nickname was specified": [
null,
"未指定昵称"
],
"You are not allowed to create new rooms": [
null,
"您可已创建新房间了"
],
"Your nickname doesn't conform to this room's policies": [
null,
"您的昵称不符合此房间标准"
],
"Your nickname is already taken": [
null,
"您的昵称已被占用"
],
"This room does not (yet) exist": [
null,
"此房间不存在"
],
"This room has reached it's maximum number of occupants": [
null,
"此房间人数已达上线"
],
"Topic set by %1$s to: %2$s": [
null,
"%1$s 设置话题为: %2$s"
],
"This user is a moderator": [
null,
"此用户是主持人"
],
"This user can send messages in this room": [
null,
"此用户在这房间里可发消息"
],
"This user can NOT send messages in this room": [
null,
"此用户不可在此房间发消息"
],
"Click to restore this chat": [
null,
"移除联系人"
],
"Minimized": [
null,
""
],
"Are you sure you want to remove this contact?": [
null,
"移除联系人"
],
"Click to remove this contact": [
null,
"移除联系人"
],
"Accept": [
null,
""
],
"Decline": [
null,
"在线"
],
"Click to chat with this contact": [
null,
"点击与对方交谈"
],
"My contacts": [
null,
"我的好友列表"
],
"Contact requests": [
null,
"来自好友请求"
],
"Pending contacts": [
null,
"保留中的联系人"
],
"Custom status": [
null,
"DIY状态"
],
"online": [
null,
"在线"
],
"busy": [
null,
"忙碌"
],
"away for long": [
null,
"长时间离开"
],
"away": [
null,
"离开"
],
"I am %1$s": [
null,
"我现在%1$s"
],
"Click here to write a custom status message": [
null,
"点击这里,填写状态信息"
],
"Click to change your chat status": [
null,
"点击这里改变聊天状态"
],
"XMPP/Jabber Username:": [
null,
"用户名:"
],
"Password:": [
null,
"密码:"
],
"Log In": [
null,
"登录"
],
"Sign in": [
null,
"登录"
],
"Toggle chat": [
null,
""
],
"#~ \"Your browser needs to generate a private key, which will be used in your \"#~ \"encrypted chat session. This can take up to 30 seconds during which your \"#~ \"browser might freeze and become unresponsive.\"": [
null,
"#~ \"您的浏览器需要生成一个私钥并会被用与会话加密这将持续30秒浏览器会又肯可\"#~ \"能无反应,请耐心等待\""
],
"Private key generated.": [
null,
"私钥已生成。"
],
"BOSH Service URL:": [
null,
"bosh服务URL:"
]
}
} }

View File

@ -4,11 +4,11 @@
"locale_data": { "locale_data": {
"converse": { "converse": {
"": { "": {
"Project-Id-Version": "Converse.js 0.4", "Project-Id-Version": "Converse.js 0.8",
"Report-Msgid-Bugs-To": "", "Report-Msgid-Bugs-To": "",
"POT-Creation-Date": "2014-01-07 11:12+0900", "POT-Creation-Date": "2014-01-07 11:12+0900",
"PO-Revision-Date": "2014-01-07 11:32+0900", "PO-Revision-Date": "2014-01-07 11:32+0900",
"Last-Translator": "Mako N <mako@pasero.net>", "Last-Translator": "Huxisuz Hu <huxisuz@gmail.com>",
"Language-Team": "Language zh", "Language-Team": "Language zh",
"Language": "zh", "Language": "zh",
"MIME-Version": "1.0", "MIME-Version": "1.0",
@ -16,594 +16,156 @@
"Content-Transfer-Encoding": "8bit", "Content-Transfer-Encoding": "8bit",
"Plural-Forms": "nplurals=1; plural=0;" "Plural-Forms": "nplurals=1; plural=0;"
}, },
"unencrypted": [ "unencrypted": [null,"未加密"],
null, "unverified": [null,"未验证"],
"未加密" "verified": [null,"已验证"],
], "finished": [null,"结束了"],
"unverified": [ "This contact is busy": [null,"对方忙碌中"],
null, "This contact is online": [null,"对方在线中"],
"未验证" "This contact is offline": [null,"对方已下线"],
], "This contact is unavailable": [null,"对方免打扰"],
"verified": [ "This contact is away for an extended period": [null,"对方暂时离开"],
null, "This contact is away": [null,"对方离开"],
"已验证" "Disconnected": [null,"连接已断开"],
], "Error": [null,"错误"],
"finished": [ "Connecting": [null,"连接中"],
null, "Connection Failed": [null,"连接失败"],
"完了" "Authenticating": [null,"验证中"],
], "Authentication Failed": [null,"验证失败"],
"This contact is busy": [ "Disconnecting": [null,"断开链接中"],
null, "Online Contacts": [null,"在线好友"],
"对方忙碌中" "Re-establishing encrypted session": [null,"重新建立加密会话"],
], "Generating private key.": [null,"正在生成私钥"],
"This contact is online": [ "Your browser might become unresponsive.": [null,"您的浏览器可能会暂时无响应"],
null, "Authentication request from %1$s\n\nYour buddy is attempting to verify your identity, by asking you the question below.\n\n%2$s": [null,"来自%1$s的验证请求 \n\n对方正在试图验证您的信息请回答如下问题\n\n%2$s"],
"对方在线中" "Could not verify this user's identify.": [null,"无法验证对方信息。"],
], "Exchanging private key with buddy.": [null,"正在与对方交换私钥"],
"This contact is offline": [ "Personal message": [null,"私信"],
null, "me": [null,"我"],
"对方已下线" "Show this menu": [null,"显示此项菜单"],
], "Write in the third person": [null,"以第三者身份写"],
"This contact is unavailable": [ "Remove messages": [null,"移除消息"],
null, "Are you sure you want to clear the messages from this chat box?": [null,"你确定清除此次的聊天记录吗?"],
"对方免打扰" "Your message could not be sent": [null,"您的消息无法送出"],
], "We received an unencrypted message": [null,"我们收到了一条未加密的信息"],
"This contact is away for an extended period": [ "We received an unreadable encrypted message": [null,"我们收到一条无法读取的信息"],
null, "This user has requested an encrypted session.": [null,"此用户请求了一个加密会话。"],
"对方暂时离开" "Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [null,"这里是指纹。请与 %1$s 确认。\n\n您的 %2$s 指纹: %3$s\n\n%1$s 的指纹: %4$s\n\n如果确认符合请点击OK否则点击取消"],
], "What is your security question?": [null,"您的安全问题是?"],
"This contact is away": [ "What is the answer to the security question?": [null,"此安全问题的答案是?"],
null, "Invalid authentication scheme provided": [null,"非法的认证方式"],
"对方离开" "Your messages are not encrypted anymore": [null,"您的消息将不再被加密"],
], "Your messages are now encrypted but your buddy's identity has not been verified.": [null,"您的消息现已加密,但是对方身份尚未验证"],
"Disconnected": [ "Your buddy's identify has been verified.": [null,"对方的身份已通过验证。"],
null, "Your buddy has ended encryption on their end, you should do the same.": [null,"对方已结束加密,您也需要做同样的操作。"],
"切断中" "Your messages are not encrypted. Click here to enable OTR encryption.": [null,"您的消息未加密。点击这里来启用OTR加密"],
], "Your messages are encrypted, but your buddy has not been verified.": [null,"您的消息已加密,但对方未通过验证"],
"Error": [ "Your messages are encrypted and your buddy verified.": [null,"您的消息已加密,对方已验证。"],
null, "Your buddy has closed their end of the private session, you should do the same": [null,"对方已关闭私有会话,您也应该关闭"],
"错误" "End encrypted conversation": [null,"结束加密的会话"],
], "Refresh encrypted conversation": [null,"刷新加密的会话"],
"Connecting": [ "Start encrypted conversation": [null,"开始加密的会话"],
null, "Verify with fingerprints": [null,"验证指纹"],
"连接中" "Verify with SMP": [null,"验证SMP"],
], "What's this?": [null,"这是什么?"],
"Connection Failed": [ "Online": [null,"在线"],
null, "Busy": [null,"忙碌中"],
"连接失败" "Away": [null,"离开"],
], "Offline": [null,"离线"],
"Authenticating": [ "Contacts": [null,"联系人"],
null, "Contact name": [null,"联系人名称"],
"验证中" "Search": [null,"搜索"],
], "Contact username": [null,"联系人姓名"],
"Authentication Failed": [ "Add": [null,"添加"],
null, "Click to add new chat contacts": [null,"点击添加新联系人"],
"验证失败" "Add a contact": [null,"添加联系人"],
], "No users found": [null,"未找到用户"],
"Disconnecting": [ "Click to add as a chat contact": [null,"点击添加为好友"],
null, "Room name": [null,"聊天室名称"],
"断开连接中" "Nickname": [null,"昵称"],
], "Server": [null,"服务器"],
"Online Contacts": [ "Join": [null,"加入"],
null, "Show rooms": [null,"显示所有聊天室"],
"在线联系人" "Rooms": [null,"聊天室"],
], "No rooms on %1$s": [null,"%1$s 上没有聊天室"],
"Re-establishing encrypted session": [ "Rooms on %1$s": [null,"%1$s 上的聊天室"],
null, "Click to open this room": [null,"打开聊天室"],
"重新建立加密会话" "Show more information on this room": [null,"显示次聊天室的更多信息"],
], "Description:": [null,"描述: "],
"Your browser needs to generate a private key, which will be used in your encrypted chat session. This can take up to 30 seconds during which your browser might freeze and become unresponsive.": [ "Occupants:": [null,"成员:"],
null, "Features:": [null,"特性:"],
"您的浏览器需要生成一个私钥,并会被用与会话加密,这将持续30秒浏览器会又肯可能无反应请耐心等待" "Requires authentication": [null,"需要验证"],
], "Hidden": [null,"隐藏的"],
"Private key generated.": [ "Requires an invitation": [null,"需要被邀请"],
null, "Moderated": [null,"发言受限"],
"私钥已生成。" "Non-anonymous": [null,"非匿名"],
], "Open room": [null,"打开聊天室"],
"Authentication request from %1$s\n\nYour buddy is attempting to verify your identity, by asking you the question below.\n\n%2$s": [ "Permanent room": [null,"永久聊天室"],
null, "Public": [null,"公开的"],
"来自%1$s的验证请求 \n对方正在试图验证您的信息请回答如下问题%2$s" "Semi-anonymous": [null,"半匿名"],
], "Temporary room": [null,"临时聊天室"],
"Could not verify this user's identify.": [ "Unmoderated": [null,"无发言限制"],
null, "Set chatroom topic": [null,"设置房间主题"],
"无法验证对方信息。" "Kick user from chatroom": [null,"把用户踢出房间"],
], "Ban user from chatroom": [null,"阻止此用户进入房间"],
"Personal message": [ "Message": [null,"信息"],
null, "Save": [null,"保存"],
"私信" "Cancel": [null,"取消"],
], "An error occurred while trying to save the form.": [null,"保存表单是出错。"],
"Start encrypted conversation": [ "This chatroom requires a password": [null,"此聊天室需要密码"],
null, "Password: ": [null,"密码:"],
"开始加密的会话" "Submit": [null,"发送"],
], "This room is not anonymous": [null,"此为非匿名聊天室"],
"Refresh encrypted conversation": [ "This room now shows unavailable members": [null,"此聊天室显示不可用用户"],
null, "This room does not show unavailable members": [null,"此聊天室不显示不可用用户"],
"刷新加密的会话" "Non-privacy-related room configuration has changed": [null,"此聊天室设置(非私密性)已改变"],
], "Room logging is now enabled": [null,"聊天室聊天记录已启用"],
"End encrypted conversation": [ "Room logging is now disabled": [null,"聊天室聊天记录已禁用"],
null, "This room is now non-anonymous": [null,"此聊天室非匿名"],
"结束加密的会话" "This room is now semi-anonymous": [null,"此聊天室半匿名"],
], "This room is now fully-anonymous": [null,"此聊天室完全匿名"],
"Verify with SMP": [ "A new room has been created": [null,"新聊天室已创建"],
null, "Your nickname has been changed": [null,"您的昵称被更改了"],
"验证SMP" "<strong>%1$s</strong> has been banned": [null,"<strong>%1$s</strong> 已被禁止"],
], "<strong>%1$s</strong> has been kicked out": [null,"<strong>%1$s</strong> 已被踢出"],
"Verify with fingerprints": [ "<strong>%1$s</strong> has been removed because of an affiliation change": [null,"由于关系解除、<strong>%1$s</strong> 已被移除"],
null, "<strong>%1$s</strong> has been removed for not being a member": [null,"由于不是成员、<strong>%1$s</strong> 已被移除"],
"验证指纹" "You have been banned from this room": [null,"您已被此聊天室禁止入内"],
], "You have been kicked from this room": [null,"您已被踢出次房间"],
"What's this?": [ "You have been removed from this room because of an affiliation change": [null,"由于关系变化,您已被移除此房间"],
null, "You have been removed from this room because the room has changed to members-only and you're not a member": [null,"您已被移除此房间因为此房间更改为只允许成员加入,而您非成员"],
"这是什么?" "You have been removed from this room because the MUC (Multi-user chat) service is being shut down.": [null,"由于服务不可用,您已被移除此房间。"],
], "You are not on the member list of this room": [null,"您并非此房间成员"],
"me": [ "No nickname was specified": [null,"未指定昵称"],
null, "You are not allowed to create new rooms": [null,"您可此创建新房间了"],
"我" "Your nickname doesn't conform to this room's policies": [null,"您的昵称不符合此房间标准"],
], "Your nickname is already taken": [null,"您的昵称已被占用"],
"Show this menu": [ "This room does not (yet) exist": [null,"此房间不存在"],
null, "This room has reached it's maximum number of occupants": [null,"此房间人数已达上线"],
"显示此项菜单" "Topic set by %1$s to: %2$s": [null,"%1$s 设置话题为: %2$s"],
], "This user is a moderator": [null,"此用户是主持人"],
"Write in the third person": [ "This user can send messages in this room": [null,"此用户在这房间里可发消息"],
null, "This user can NOT send messages in this room": [null,"此用户不可在此房间发消息"],
"已第三者身份写" "Minimized": [null,"最小化的"],
], "Click to remove this contact": [null,"点击移除联系人"],
"Remove messages": [ "Accept": [null,"接受"],
null, "Click to chat with this contact": [null,"点击与对方交谈"],
"移除消息" "My contacts": [null,"我的好友列表"],
], "Contact requests": [null,"来自好友的请求"],
"Your message could not be sent": [ "Pending contacts": [null,"保留中的联系人"],
null, "Custom status": [null,"DIY状态"],
"您的消息无法送出" "online": [null,"在线"],
], "busy": [null,"忙碌"],
"We received an unencrypted message": [ "away for long": [null,"长时间离开"],
null, "away": [null,"离开"],
"我们收到了一条未加密的信息" "I am %1$s": [null,"我现在%1$s"],
], "Click here to write a custom status message": [null,"点击这里,填写状态信息"],
"We received an unreadable encrypted message": [ "Click to change your chat status": [null,"点击这里改变聊天状态"],
null, "XMPP/Jabber Username:": [null,"XMPP/Jabber用户名:"],
"我们收到一条无法读取的信息" "Password:": [null,"密码:"],
], "Log In": [null,"登录"],
"This user has requested an encrypted session.": [ "Sign in": [null,"登录"],
null, "Toggle chat": [null,"折叠聊天窗口"]
"此用户请求了一个加密会话。"
],
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
null,
"这里是指纹。请与 %1$s 确认。\n您的 %2$s 指纹: %3$s\n%1$s 指纹: %4$s\n"
],
"You will be prompted to provide a security question and then an answer to that question.\n\nYour buddy will then be prompted the same question and if they type the exact same answer (case sensitive), their identity will have been verified.": [
null,
"您会被要求回答一下安全性的问题。\n对方需要回答相同的问题区分大小写,如果答案一致,身份将被验证。"
],
"What is your security question?": [
null,
"您的安全性问题是?"
],
"What is the answer to the security question?": [
null,
"此安全问题的答案是?"
],
"Invalid authentication scheme provided": [
null,
"非法的认证方式"
],
"Your messages are not encrypted anymore": [
null,
"您的消息将不再被加密"
],
"Your messages are now encrypted but your buddy's identity has not been verified.": [
null,
"您的消息现已加密,但是对方身份尚未验证。"
],
"Your buddy's identify has been verified.": [
null,
"对方的身份已通过验证。"
],
"Your buddy has ended encryption on their end, you should do the same.": [
null,
"对方已结束加密,您也需要做同样的操作。"
],
"Your messages are not encrypted. Click here to enable OTR encryption.": [
null,
"您的消息未加密。点击这里来启用OTR加密。"
],
"Your messages are encrypted, but your buddy has not been verified.": [
null,
"您的消息已加密,但对方未通过验证。"
],
"Your messages are encrypted and your buddy verified.": [
null,
"您的消息已加密,对方已验证。"
],
"Your buddy has closed their end of the private session, you should do the same": [
null,
"对方已关闭私有会话,您需要做相同操作"
],
"Contacts": [
null,
"联系人"
],
"Online": [
null,
"在线"
],
"Busy": [
null,
"忙碌中"
],
"Away": [
null,
"离开"
],
"Offline": [
null,
"离线"
],
"Click to add new chat contacts": [
null,
"点击添加新联系人"
],
"Add a contact": [
null,
"添加联系人"
],
"Contact username": [
null,
"联系人姓名"
],
"Add": [
null,
"添加"
],
"Contact name": [
null,
"姓名"
],
"Search": [
null,
"搜索"
],
"No users found": [
null,
"未找到用户"
],
"Click to add as a chat contact": [
null,
"点击添加为好友"
],
"Click to open this room": [
null,
"打开聊天室"
],
"Show more information on this room": [
null,
"显示次聊天室的更多信息"
],
"Description:": [
null,
"说明: "
],
"Occupants:": [
null,
"成员:"
],
"Features:": [
null,
"特性:"
],
"Requires authentication": [
null,
"需要验证"
],
"Hidden": [
null,
"隐藏"
],
"Requires an invitation": [
null,
"需要被邀请"
],
"Moderated": [
null,
"发言受限"
],
"Non-anonymous": [
null,
"非匿名"
],
"Open room": [
null,
"開放談話室"
],
"Permanent room": [
null,
"常設談話室"
],
"Public": [
null,
"打开聊天室"
],
"Semi-anonymous": [
null,
"半匿名"
],
"Temporary room": [
null,
"临时聊天室"
],
"Unmoderated": [
null,
"无发言限制"
],
"Rooms": [
null,
"聊天室"
],
"Room name": [
null,
"聊天室名称"
],
"Nickname": [
null,
"昵称"
],
"Server": [
null,
"服务器"
],
"Join": [
null,
"加入"
],
"Show rooms": [
null,
"显示所有聊天室"
],
"No rooms on %1$s": [
null,
"%1$s 上没有聊天室"
],
"Rooms on %1$s": [
null,
"%1$s 上的聊天室"
],
"Set chatroom topic": [
null,
"设置房间主题"
],
"Kick user from chatroom": [
null,
"把用户踢出房间"
],
"Ban user from chatroom": [
null,
"阻止此用户进入房间"
],
"Message": [
null,
"信息"
],
"Save": [
null,
"保存"
],
"Cancel": [
null,
"取消"
],
"An error occurred while trying to save the form.": [
null,
"保存表单是出错。"
],
"This chatroom requires a password": [
null,
"此聊天室需要密码"
],
"Password: ": [
null,
"密码:"
],
"Submit": [
null,
"发送"
],
"This room is not anonymous": [
null,
"此为非匿名聊天室"
],
"This room now shows unavailable members": [
null,
"此聊天室显示不可用用户"
],
"This room does not show unavailable members": [
null,
"此聊天室不显示不可用用户"
],
"Non-privacy-related room configuration has changed": [
null,
"此聊天室设置(非私密性)已改变"
],
"Room logging is now enabled": [
null,
"聊天室聊天记录已启用"
],
"Room logging is now disabled": [
null,
"此聊天室非匿名"
],
"This room is now non-anonymous": [
null,
"此聊天室非匿名"
],
"This room is now semi-anonymous": [
null,
"此聊天室半匿名"
],
"This room is now fully-anonymous": [
null,
"此聊天室完全匿名"
],
"A new room has been created": [
null,
"新聊天室已创建"
],
"Your nickname has been changed": [
null,
"您的昵称被更改了"
],
"<strong>%1$s</strong> has been banned": [
null,
"<strong>%1$s</strong> 已被禁止"
],
"<strong>%1$s</strong> has been kicked out": [
null,
"<strong>%1$s</strong> 已被踢出"
],
"<strong>%1$s</strong> has been removed because of an affiliation change": [
null,
"<strong>%1$s</strong> 您已被此聊天室禁止入内"
],
"<strong>%1$s</strong> has been removed for not being a member": [
null,
"由于不是成员、<strong>%1$s</strong> 已被移除"
],
"You have been banned from this room": [
null,
"您已被此聊天室禁止入内"
],
"You have been kicked from this room": [
null,
"您已被踢出次房间"
],
"You have been removed from this room because of an affiliation change": [
null,
"由于关系变化,您已被移除次房间"
],
"You have been removed from this room because the room has changed to members-only and you're not a member": [
null,
"您已被移除此房间因为次房间更改为只允许成员加入,而您非成员"
],
"You have been removed from this room because the MUC (Multi-user chat) service is being shut down.": [
null,
"由于服务不可用,您已被移除次房间。"
],
"You are not on the member list of this room": [
null,
"您并非此房间成员"
],
"No nickname was specified": [
null,
"未指定昵称"
],
"You are not allowed to create new rooms": [
null,
"您可已创建新房间了"
],
"Your nickname doesn't conform to this room's policies": [
null,
"您的昵称不符合此房间标准"
],
"Your nickname is already taken": [
null,
"您的昵称已被占用"
],
"This room does not (yet) exist": [
null,
"此房间不存在"
],
"This room has reached it's maximum number of occupants": [
null,
"此房间人数已达上线"
],
"Topic set by %1$s to: %2$s": [
null,
"%1$s 设置话题为: %2$s"
],
"This user is a moderator": [
null,
"此用户是主持人"
],
"This user can send messages in this room": [
null,
"此用户在这房间里可发消息"
],
"This user can NOT send messages in this room": [
null,
"此用户不可在此房间发消息"
],
"Click to chat with this contact": [
null,
"クリックしてこの相手先とチャット"
],
"Click to remove this contact": [
null,
"点击与对方交谈"
],
"Contact requests": [
null,
"移除联系人"
],
"My contacts": [
null,
"我的好友列表"
],
"Pending contacts": [
null,
"保留中的联系人"
],
"Custom status": [
null,
"DIY状态"
],
"Click to change your chat status": [
null,
"点击这里改变聊天状态"
],
"Click here to write a custom status message": [
null,
"点击这里,填写状态信息"
],
"online": [
null,
"在线"
],
"busy": [
null,
"忙碌"
],
"away for long": [
null,
"长时间离开"
],
"away": [
null,
"离开"
],
"I am %1$s": [
null,
"我现在%1$s"
],
"Sign in": [
null,
"登录"
],
"XMPP/Jabber Username:": [
null,
"用户名:"
],
"Password:": [
null,
"密码:"
],
"Log In": [
null,
"登录"
],
"BOSH Service URL:": [
null,
"bosh服务URL:"
]
} }
} }
}; };