Browse Source

New translations irc.lang.json (Chinese Simplified)

tags/v2.2.0-rc1
Daniel Oaks 4 years ago
parent
commit
64de6cfa3d
1 changed files with 8 additions and 1 deletions
  1. 8
    1
      languages/zh-CN-irc.lang.json

+ 8
- 1
languages/zh-CN-irc.lang.json View File

@@ -95,6 +95,7 @@
95 95
   "Could not accept ownership of channel %s": "",
96 96
   "Could not delete message": "",
97 97
   "Could not find given client": "找不到指定用户",
98
+  "Could not generate EXTJWT token": "",
98 99
   "Could not look up account name, proceeding anyway": "",
99 100
   "Could not parse IP address or CIDR network": "未能识别IP地址或CIDR网络",
100 101
   "Could not register": "未能注册",
@@ -109,6 +110,7 @@
109 110
   "Current global users %[1]s, max %[2]s": "",
110 111
   "Current local users %[1]s, max %[2]s": "",
111 112
   "Data export for %[1]s completed and written to %[2]s": "",
113
+  "Device ID:   %s": "",
112 114
   "End of /HELPOP": "/HELPOP已无后续",
113 115
   "End of /INFO": "/INFO已无后续",
114 116
   "End of /WHOIS list": "/WHOIS列表已无后续",
@@ -165,6 +167,7 @@
165 167
   "Invalid params": "",
166 168
   "Invalid regex": "",
167 169
   "Invalid vhost": "",
170
+  "It was built from git hash %s.": "",
168 171
   "It was rejected for reason: %s": "",
169 172
   "JOIN 0 is not allowed": "JOIN 0 不被允许",
170 173
   "Language %s is not supported by this server": "",
@@ -189,6 +192,7 @@
189 192
   "No such channel": "没有该频道",
190 193
   "No such module [%s]": "",
191 194
   "No such nick": "没有该昵称",
195
+  "No such service": "",
192 196
   "No such setting": "",
193 197
   "No text to send": "",
194 198
   "No topic is set": "话题未设置",
@@ -228,6 +232,7 @@
228 232
   "SASL authentication failed: Passphrase too long": "SASL 身份验证失败: 密码过长",
229 233
   "SASL authentication failed: authcid and authzid should be the same": "SASL认证失败:authcid和authzid应一致",
230 234
   "SASL message too long": "SASL消息过长",
235
+  "SUMMON has been disabled": "",
231 236
   "Server notice masks": "服务器消息过滤",
232 237
   "Session %d (currently attached session):": "",
233 238
   "Session %d:": "",
@@ -247,7 +252,7 @@
247 252
   "Successfully registered account %s": "",
248 253
   "Successfully rejected vhost request for %s": "",
249 254
   "Successfully reset channel access": "",
250
-  "Successfully set persistent mode %s%s on %s": "",
255
+  "Successfully set persistent mode %[1]s on %[2]s": "",
251 256
   "Successfully set vhost": "",
252 257
   "Successfully transferred channel %[1]s to account %[2]s": "",
253 258
   "Successfully ungrouped nick %s with your account": "成功从你的账户解绑昵称%s",
@@ -272,6 +277,7 @@
272 277
   "This ban matches you. To KLINE yourself, you must use the command:  /KLINE MYSELF <arguments>": "您在ban列表中。您必须使用指令解封自己:  /KLINE MYSELF <arguments>",
273 278
   "This command has been disabled by the server administrators": "",
274 279
   "This feature has been disabled by the server administrators": "",
280
+  "This is Oragono version %s.": "",
275 281
   "This server is in debug mode and is logging all user I/O. If you do not wish for everything you send to be readable by the server owner(s), please disconnect.": "该服务当前处于调试模式并且会记录所有用户的输入。如果您不希望您发送的所有话语被服务器管理员阅读,请退出。",
276 282
   "This server requires that you wait %v after connecting before you can use /LIST. You have %v left.": "",
277 283
   "This server was created %s": "该服务器已被创建%s",
@@ -285,6 +291,7 @@
285 291
   "Transfer of channel %[1]s to account %[2]s succeeded, pending acceptance": "",
286 292
   "Translators:": "译者:",
287 293
   "Try again later": "",
294
+  "USERS has been disabled": "",
288 295
   "Unknown command": "不存在该命令",
289 296
   "Unknown command. To see available commands, run: /%s HELP": "",
290 297
   "Unknown subcommand": "未知子命令",

Loading…
Cancel
Save