Quellcode durchsuchen

New translations chanserv.lang.json (Chinese Simplified)

tags/v2.4.0-rc1
Daniel Oaks vor 3 Jahren
Ursprung
Commit
e5aff63471
1 geänderte Dateien mit 0 neuen und 18 gelöschten Zeilen
  1. 0
    18
      languages/zh-CN-chanserv.lang.json

+ 0
- 18
languages/zh-CN-chanserv.lang.json Datei anzeigen

@@ -1,28 +1,10 @@
1 1
 {
2 2
   "$bAMODE$b modifies persistent mode settings for channel members.": "$bAMODE$b 更改频道成员的持久模式设置。",
3
-  "$bCLEAR$b removes users or settings from a channel.": "",
4
-  "$bGET$b queries the current values of a channel's settings": "",
5
-  "$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off'        [no history]\n2. 'ephemeral'  [a limited amount of temporary history, not stored on disk]\n3. 'on'         [history stored in a permanent database, if available]\n4. 'default'    [use the server default]": "",
6
-  "$bINFO$b displays info about a registered channel.": "",
7
-  "$bLIST$b searches the list of registered channels.": "",
8 3
   "$bOP$b makes the given user (or yourself) a channel admin.": "$bOP$b 将指定用户(或您自己)设置为频道管理员。",
9
-  "$bPURGE$b blacklists a channel from the server.": "",
10 4
   "$bREGISTER$b lets you own a given channel.": "$bREGISTER$b 使您拥有指定的频道。",
11
-  "$bSET$b modifies a channel's settings": "",
12
-  "$bTRANSFER$b transfers ownership of a channel to another user.": "",
13
-  "$bUNPURGE$b undoes a previous PURGE command.": "",
14 5
   "$bUNREGISTER$b deletes a channel registration.": "$bUNREGISTER$b 删除频道的注册信息。",
15
-  "ChanServ lets you register and manage channels.": "",
16
-  "Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "",
17
-  "Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "",
18 6
   "Syntax: $bAMODE #channel [mode change] [account]$b\n\nAMODE lists or modifies persistent mode settings that affect channel members.\nFor example, $bAMODE #channel +o dan$b grants the the holder of the \"dan\"\naccount the +o operator mode every time they join #channel. To list current\naccounts and modes, use $bAMODE #channel$b. Note that users are always\nreferenced by their registered account names, not their nicknames.": "语法: $bAMODE #频道 [模式更改] [账户]$b\n\nAMODE 将列出或更改影响频道成员的持续模式设置。\n举个例子,$bAMODE #channel +o dan$b 将在 “dan” 账户每次加入 #channel\n时授予 +o 操作员模式。要列出当前账户及模式,请使用 $bAMODE #channel$b。\n注意,账户为用户注册的账户名称,而非其昵称。",
19
-  "Syntax: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "",
20
-  "Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
21
-  "Syntax: $bLIST [regex]$b\n\nLIST returns the list of registered channels, which match the given regex.\nIf no regex is provided, all registered channels are returned.": "",
22 7
   "Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "语法: $bOP #频道 [昵称]$b\n\nOP 将使得指定昵称的用户或您自己成为频道管理员。您仅可在本人\n为频道创建者时使用此命令。",
23
-  "Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "",
24 8
   "Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "语法: $bREGISTER #频道$b\n\nREGISTER 将使您拥有指定频道。若您退出后重新加入频道,\n您则会获得管理员权限。频道模式及主题也将被自动保存。",
25
-  "Syntax: $bTRANSFER [accept] #channel user [code]$b\n\nTRANSFER transfers ownership of a channel from one user to another.\nTo prevent accidental transfers, a verification code is required. For\nexample, $bTRANSFER #channel alice$b displays the required confirmation\ncode, then $bTRANSFER #channel alice 2930242125$b initiates the transfer.\nUnless you are an IRC operator with the correct permissions, alice must\nthen accept the transfer, which she can do with $bTRANSFER accept #channel$b.\nTo cancel a pending transfer, transfer the channel to yourself.": "",
26
-  "Syntax: $bUNPURGE #channel$b\n\nUNPURGE removes any blacklisting of a channel that was previously\nset using PURGE.": "",
27 9
   "Syntax: $bUNREGISTER #channel [code]$b\n\nUNREGISTER deletes a channel registration, allowing someone else to claim it.\nTo prevent accidental unregistrations, a verification code is required;\ninvoking the command without a code will display the necessary code.": "语法: $bUNREGISTER #频道 [模式]$b\n\nUNREGISTER 将删除指定频道的注册信息,使得其他人得以拥有此频道。\n要避免意外删除,您需要提供验证码;若不提供则将显示必要代码。"
28 10
 }

Laden…
Abbrechen
Speichern