aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/zh_CN/messages.json
blob: e8a7ba19a6bb3f7c38316bf7b2dd894922ad3445 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
{
  "accept": {
    "message": "接收"
  },
  "account": {
    "message": "账户"
  },
  "accountDetails": {
    "message": "账户详情"
  },
  "accountName": {
    "message": "账户名称"
  },
  "address": {
    "message": "地址"
  },
  "addToken": {
    "message": "添加代币"
  },
  "amount": {
    "message": "数量"
  },
  "amountPlusGas": {
    "message": "数量 + Gas"
  },
  "appDescription": {
    "message": "以太坊浏览器插件",
    "description": "The description of the application"
  },
  "appName": {
    "message": "MetaMask",
    "description": "The name of the application"
  },
  "attemptingConnect": {
    "message": "正在尝试连接区块链."
  },
  "available": {
    "message": "可用"
  },
  "back": {
    "message": "返回"
  },
  "balance": {
    "message": "余额:"
  },
  "balanceIsInsufficientGas": {
    "message": "当前余额不足支付Gas"
  },
  "beta": {
    "message": "测试版"
  },
  "betweenMinAndMax": {
    "message": "必须大于等于 $1 并且小于等于 $2 。",
    "description": "helper for inputting hex as decimal input"
  },
  "borrowDharma": {
    "message": "Borrow With Dharma (Beta)"
  },
  "buy": {
    "message": "购买"
  },
  "buyCoinbase": {
    "message": "在Coinbase上购买"
  },
  "buyCoinbaseExplainer": {
    "message": "Coinbase是世界上最流行的买卖比特币,以太币和litecoin的方式。"
  },
  "cancel": {
    "message": "取消"
  },
  "clickCopy": {
    "message": "点击复制"
  },
  "confirm": {
    "message": "确认"
  },
  "confirmContract": {
    "message": "确认合约"
  },
  "confirmPassword": {
    "message": "确认密码"
  },
  "confirmTransaction": {
    "message": "确认交易"
  },
  "continueToCoinbase": {
    "message": "继续访问Coinbase"
  },
  "contractDeployment": {
    "message": "合约部署"
  },
  "conversionProgress": {
    "message": "正在进行转换"
  },
  "copiedButton": {
    "message": "已复制"
  },
  "copiedClipboard": {
    "message": "已复制到粘贴板"
  },
  "copiedExclamation": {
    "message": "已复制!"
  },
  "copy": {
    "message": "复制"
  },
  "copyToClipboard": {
    "message": "复制到粘贴板"
  },
  "copyButton": {
    "message": " 复制 "
  },
  "copyPrivateKey": {
    "message": "这是你的私钥 (点击复制)"
  },
  "create": {
    "message": "创建"
  },
  "createAccount": {
    "message": "创建账户"
  },
  "createDen": {
    "message": "创建"
  },
  "crypto": {
    "message": "加密",
    "description": "Exchange type (cryptocurrencies)"
  },
  "customGas": {
    "message": "自定义 Gas"
  },
  "customize": {
    "message": "自定义"
  },
  "customRPC": {
    "message": "自定义 RPC"
  },
  "defaultNetwork": {
    "message": "默认ETH转账网络为 Main Net."
  },
  "denExplainer": {
    "message": "Your DEN is your password-encrypted storage within MetaMask."
  },
  "deposit": {
    "message": "存款"
  },
  "depositBTC": {
    "message": "Deposit your BTC to the address below:"
  },
  "depositCoin": {
    "message": "Deposit your $1 to the address below",
    "description": "Tells the user what coin they have selected to deposit with shapeshift"
  },
  "depositEth": {
    "message": "存入 Eth"
  },
  "depositEther": {
    "message": "存入 Ether"
  },
  "depositFiat": {
    "message": "Deposit with Fiat"
  },
  "depositFromAccount": {
    "message": "从其他账户存入"
  },
  "depositShapeShift": {
    "message": "从ShapeShift存入"
  },
  "depositShapeShiftExplainer": {
    "message": "If you own other cryptocurrencies, you can trade and deposit Ether directly into your MetaMask wallet. No Account Needed."
  },
  "details": {
    "message": "详情"
  },
  "directDeposit": {
    "message": "直接存入"
  },
  "directDepositEther": {
    "message": "直接存入 Ether"
  },
  "directDepositEtherExplainer": {
    "message": "If you already have some Ether, the quickest way to get Ether in your new wallet by direct deposit."
  },
  "done": {
    "message": "完成"
  },
  "edit": {
    "message": "编辑"
  },
  "editAccountName": {
    "message": "编辑账户名称"
  },
  "encryptNewDen": {
    "message": "Encrypt your new DEN"
  },
  "enterPassword": {
    "message": "请输入密码"
  },
  "etherscanView": {
    "message": "View account on Etherscan"
  },
  "exchangeRate": {
    "message": "Exchange Rate"
  },
  "exportPrivateKey": {
    "message": "导出私钥"
  },
  "exportPrivateKeyWarning": {
    "message": "导出私钥需要您自担风险"
  },
  "failed": {
    "message": "失败"
  },
  "fiat": {
    "message": "FIAT",
    "description": "Exchange type"
  },
  "fileImportFail": {
    "message": "文件导入失败? 点击这里!",
    "description": "Helps user import their account from a JSON file"
  },
  "from": {
    "message": "来自"
  },
  "fromShapeShift": {
    "message": "来自 ShapeShift"
  },
  "gas": {
    "message": "Gas",
    "description": "Short indication of gas cost"
  },
  "gasFee": {
    "message": "Gas Fee"
  },
  "gasLimit": {
    "message": "Gas Limit"
  },
  "gasLimitCalculation": {
    "message": "We calculate the suggested gas limit based on network success rates."
  },
  "gasLimitRequired": {
    "message": "Gas Limit Required"
  },
  "gasLimitTooLow": {
    "message": "Gas limit must be at least 21000"
  },
  "gasPrice": {
    "message": "Gas Price (GWEI)"
  },
  "gasPriceCalculation": {
    "message": "We calculate the suggested gas prices based on network success rates."
  },
  "gasPriceRequired": {
    "message": "Gas Price Required"
  },
  "getEther": {
    "message": "获取 Ether"
  },
  "getEtherFromFaucet": {
    "message": "Get Ether from a faucet for the $1",
    "description": "Displays network name for Ether faucet"
  },
  "greaterThanMin": {
    "message": "must be greater than or equal to $1.",
    "description": "helper for inputting hex as decimal input"
  },
  "here": {
    "message": "这里",
    "description": "as in -click here- for more information (goes with troubleTokenBalances)"
  },
  "hide": {
    "message": "隐藏"
  },
  "hideToken": {
    "message": "Hide Token"
  },
  "hideTokenPrompt": {
    "message": "Hide Token?"
  },
  "howToDeposit": {
    "message": "How would you like to deposit Ether?"
  },
  "import": {
    "message": "导入",
    "description": "Button to import an account from a selected file"
  },
  "importAccount": {
    "message": "导入账户"
  },
  "importAnAccount": {
    "message": "Import an account"
  },
  "importDen": {
    "message": "Import Existing DEN"
  },
  "imported": {
    "message": "Imported",
    "description": "status showing that an account has been fully loaded into the keyring"
  },
  "infoHelp": {
    "message": "Info & Help"
  },
  "invalidAddress": {
    "message": "错误地址"
  },
  "invalidGasParams": {
    "message": "Invalid Gas Parameters"
  },
  "invalidInput": {
    "message": "Invalid input."
  },
  "invalidRequest": {
    "message": "Invalid Request"
  },
  "jsonFile": {
    "message": "JSON 文件",
    "description": "format for importing an account"
  },
  "kovan": {
    "message": "Kovan 测试网络"
  },
  "lessThanMax": {
    "message": "必须小于等于 $1.",
    "description": "helper for inputting hex as decimal input"
  },
  "limit": {
    "message": "Limit"
  },
  "loading": {
    "message": "加载..."
  },
  "loadingTokens": {
    "message": "加载代币..."
  },
  "localhost": {
    "message": "Localhost 8545"
  },
  "logout": {
    "message": "登出"
  },
  "loose": {
    "message": "Loose"
  },
  "mainnet": {
    "message": "以太坊正式网络"
  },
  "message": {
    "message": "信息"
  },
  "min": {
    "message": "最小"
  },
  "myAccounts": {
    "message": "我的账户"
  },
  "needEtherInWallet": {
    "message": "To interact with decentralized applications using MetaMask, you’ll need Ether in your wallet."
  },
  "needImportFile": {
    "message": "你必须选择导入一个文件.",
    "description": "User is important an account and needs to add a file to continue"
  },
  "needImportPassword": {
    "message": "You must enter a password for the selected file.",
    "description": "Password and file needed to import an account"
  },
  "networks": {
    "message": "网络"
  },
  "newAccount": {
    "message": "新账户"
  },
  "newAccountNumberName": {
    "message": "账户 $1",
    "description": "Default name of next account to be created on create account screen"
  },
  "newContract": {
    "message": "新合约"
  },
  "newPassword": {
    "message": "新密码(至少8个字符)"
  },
  "newRecipient": {
    "message": "New Recipient"
  },
  "next": {
    "message": "Next"
  },
  "noAddressForName": {
    "message": "No address has been set for this name."
  },
  "noDeposits": {
    "message": "No deposits received"
  },
  "noTransactionHistory": {
    "message": "No transaction history."
  },
  "noTransactions": {
    "message": "No Transactions"
  },
  "notStarted": {
    "message": "Not Started"
  },
  "oldUI": {
    "message": "旧 UI"
  },
  "oldUIMessage": {
    "message": "You have returned to the old UI. You can switch back to the New UI through the option in the top right dropdown menu."
  },
  "or": {
    "message": "或",
    "description": "choice between creating or importing a new account"
  },
  "passwordMismatch": {
    "message": "密码不匹配",
    "description": "in password creation process, the two new password fields did not match"
  },
  "passwordShort": {
    "message": "密码不够长",
    "description": "in password creation process, the password is not long enough to be secure"
  },
  "pastePrivateKey": {
    "message": "请粘贴您的私钥:",
    "description": "For importing an account from a private key"
  },
  "pasteSeed": {
    "message": "请粘贴您的助记词!"
  },
  "pleaseReviewTransaction": {
    "message": "Please review your transaction."
  },
  "privateKey": {
    "message": "私钥",
    "description": "select this type of file to use to import an account"
  },
  "privateKeyWarning": {
    "message": "Warning: Never disclose this key. Anyone with your private keys can take steal any assets held in your account."
  },
  "privateNetwork": {
    "message": "私有网络"
  },
  "qrCode": {
    "message": "显示二维码"
  },
  "readdToken": {
    "message": "You can add this token back in the future by going go to “Add token” in your accounts options menu."
  },
  "readMore": {
    "message": "Read more here."
  },
  "receive": {
    "message": "接收"
  },
  "recipientAddress": {
    "message": "Recipient Address"
  },
  "refundAddress": {
    "message": "Your Refund Address"
  },
  "rejected": {
    "message": "拒绝"
  },
  "required": {
    "message": "Required"
  },
  "retryWithMoreGas": {
    "message": "Retry with a higher gas price here"
  },
  "revert": {
    "message": "Revert"
  },
  "rinkeby": {
    "message": "Rinkeby 测试网络"
  },
  "ropsten": {
    "message": "Ropsten 测试网络"
  },
  "sampleAccountName": {
    "message": "例如. 我的账户",
    "description": "Help user understand concept of adding a human-readable name to their account"
  },
  "save": {
    "message": "保存"
  },
  "saveAsFile": {
    "message": "保存文件",
    "description": "Account export process"
  },
  "selectService": {
    "message": "Select Service"
  },
  "send": {
    "message": "发送"
  },
  "sendTokens": {
    "message": "发送 Tokens"
  },
  "sendTokensAnywhere": {
    "message": "Send Tokens to anyone with an Ethereum account"
  },
  "settings": {
    "message": "Settings"
  },
  "shapeshiftBuy": {
    "message": "Buy with Shapeshift"
  },
  "showPrivateKeys": {
    "message": "显示私钥"
  },
  "showQRCode": {
    "message": "显示二维码"
  },
  "sign": {
    "message": "Sign"
  },
  "signMessage": {
    "message": "Sign Message"
  },
  "signNotice": {
    "message": "Signing this message can have \ndangerous side effects. Only sign messages from \nsites you fully trust with your entire account.\n This dangerous method will be removed in a future version. "
  },
  "sigRequest": {
    "message": "Signature Request"
  },
  "sigRequested": {
    "message": "Signature Requested"
  },
  "status": {
    "message": "状态"
  },
  "submit": {
    "message": "提交"
  },
  "takesTooLong": {
    "message": "花费太长时间?"
  },
  "testFaucet": {
    "message": "Test Faucet"
  },
  "to": {
    "message": "To"
  },
  "toETHviaShapeShift": {
    "message": "$1 to ETH via ShapeShift",
    "description": "system will fill in deposit type in start of message"
  },
  "tokenBalance": {
    "message": "Your Token Balance is:"
  },
  "total": {
    "message": "总量"
  },
  "transactionMemo": {
    "message": "Transaction memo (optional)"
  },
  "transactionNumber": {
    "message": "Transaction Number"
  },
  "transfers": {
    "message": "Transfers"
  },
  "troubleTokenBalances": {
    "message": "We had trouble loading your token balances. You can view them ",
    "description": "Followed by a link (here) to view token balances"
  },
  "typePassword": {
    "message": "请输入密码"
  },
  "uiWelcome": {
    "message": "Welcome to the New UI (Beta)"
  },
  "uiWelcomeMessage": {
    "message": "You are now using the new Metamask UI. Take a look around, try out new features like sending tokens, and let us know if you have any issues."
  },
  "unavailable": {
    "message": "Unavailable"
  },
  "unknown": {
    "message": "未知"
  },
  "unknownNetwork": {
    "message": "未知私有网络"
  },
  "unknownNetworkId": {
    "message": "未知网络ID"
  },
  "usaOnly": {
    "message": "USA only",
    "description": "Using this exchange is limited to people inside the USA"
  },
  "usedByClients": {
    "message": "Used by a variety of different clients"
  },
  "viewAccount": {
    "message": "View Account"
  },
  "warning": {
    "message": "警告"
  },
  "whatsThis": {
    "message": "这是什么?"
  },
  "yourSigRequested": {
    "message": "Your signature is being requested"
  },
  "youSign": {
    "message": "You are signing"
  }
}