Quellcode durchsuchen

New translations help.lang.json (Chinese Simplified)

tags/v1.1.0-rc1
Daniel Oaks vor 5 Jahren
Ursprung
Commit
936070b9d3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      languages/zh-CN-help.lang.json

+ 1
- 1
languages/zh-CN-help.lang.json Datei anzeigen

@@ -4,7 +4,7 @@
4 4
   "== Server Notice Masks ==\n\nOragono supports the following server notice masks for operators:\n\n  a  |  Local announcements.\n  c  |  Local client connections.\n  j  |  Local channel actions.\n  k  |  Local kills.\n  n  |  Local nick changes.\n  o  |  Local oper actions.\n  q  |  Local quits.\n  t  |  Local /STATS usage.\n  u  |  Local client account actions.\n  x  |  Local X-lines (DLINE/KLINE/etc).\n\nTo set a snomask, do this with your nickname:\n\n  /MODE <nick> +s <chars>\n\nFor instance, this would set the kill, oper, account and xline snomasks on dan:\n\n  /MODE dan +s koux": "== 服务器通知过滤 ==\n\nOragono 给管理员提供了如下几种服务器通知过滤模式:\n\n  a  |  本地通告。\n  c  |  本地用户连接。\n  j  |  本地频道操作。\n  k  |  本地禁封。\n  n  |   本地昵称变化。\n  o  |  本地管理员操作。\n  q  |  本地退出\n  t  |  本地/STATS 使用.\n  u  |  本地用户账户行为.\n  x  |  本地X-lines (DLINE/KLINE/etc).\n\n请用以下方式设置 snomask:\n\n  /MODE <nick> +s <chars>\n\n举一个例子,这会为dan设置 kill, oper, account 和 xline的snomasks:\n\n  /MODE dan +s koux",
5 5
   "== User Modes ==\n\nOragono supports the following user modes:\n\n  +a  |  User is marked as being away. This mode is set with the /AWAY command.\n  +i  |  User is marked as invisible (their channels are hidden from whois replies).\n  +o  |  User is an IRC operator.\n  +R  |  User only accepts messages from other registered users. \n  +s  |  Server Notice Masks (see help with /HELPOP snomasks).\n  +Z  |  User is connected via TLS.": "== 用户状态 ==\n\nOragono 支持如下用户状态:\n\n  +a  |  用户设为离开。这个状态使用 /AWAY 指令设置。\n  +i  |  用户设为隐身 (他们的频道在 whois 回复中被隐藏).\n  +o  |  用户为 IRC 管理员。\n  +R  |  用户只接收注册用户的信息。\n  +s  |  服务器通知过滤(使用 /HELPOP snomasks查看帮助)。\n  +Z  |  用户通过 TLS 登录。",
6 6
   "@+client-only-tags TAGMSG <target>{,<target>}\n\nSends the given client-only tags to the given targets as a TAGMSG. See the IRCv3\nspecs for more info: http://ircv3.net/specs/core/message-tags-3.3.html": "",
7
-  "ACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
7
+  "ACC LS\nACC REGISTER <accountname> [callback_namespace:]<callback> [cred_type] :<credential>\nACC VERIFY <accountname> <auth_code>\n\nUsed in account registration. See the relevant specs for more info:\nhttps://oragono.io/specs.html": "",
8 8
   "AMBIANCE <target> <text to be sent>\n\nThe AMBIANCE command is used to send a scene notification to the given target.": "",
9 9
   "AUTHENTICATE\n\nUsed during SASL authentication. See the IRCv3 specs for more info:\nhttp://ircv3.net/specs/extensions/sasl-3.1.html": "",
10 10
   "AWAY [message]\n\nIf [message] is sent, marks you away. If [message] is not sent, marks you no\nlonger away.": "",

Laden…
Abbrechen
Speichern