forked from LaGuer/etherdelta
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtranslations.js
More file actions
725 lines (723 loc) · 27.4 KB
/
Copy pathtranslations.js
File metadata and controls
725 lines (723 loc) · 27.4 KB
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
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
const translations = {
en: {
en: 'English',
cn: 'English',
fr: 'English',
},
cn: {
en: '中文',
cn: '中文',
fr: '中文',
},
fr: {
en: 'Français',
cn: 'Français',
fr: 'Français',
},
title: {
en: 'EtherDelta',
cn: 'EtherDelta',
fr: 'EtherDelta',
},
description: {
en: 'EtherDelta is a decentralized exchange for Ethereum tokens.',
cn: 'EtherDelta是去中心化的以太坊交易平台。',
fr: 'EtherDelta est une bourse d échange de jetons ethereum décentralisé.',
},
Smart_Contract: {
en: 'Smart Contract',
cn: '智能合约',
fr: 'Smart Contract',
},
smart_contract_overview: {
en: 'Smart contract overview',
cn: '智能合约概貌',
fr: "Apercu d'ensemble du contrat dit smart",
},
select_account: {
en: 'Select an account',
cn: '选择账号',
fr: 'Selection du compte',
},
howto_videos: {
en: 'How-to videos',
cn: '说明视频',
fr: 'How-to videos',
},
FAQ: {
en: 'FAQ',
cn: 'FAQ',
fr: 'FAQ',
},
Screencast: {
en: 'Screencast',
cn: '截屏',
fr: 'Screencast',
},
cost: {
en: 'Cost',
cn: '成本',
fr: 'Cout',
},
Notes: {
en: 'Notes',
cn: '笔记',
fr: 'Notes',
},
depth: {
en: 'Depth',
cn: '深度',
fr: 'Profondeur',
},
only_7_days: {
en: 'Note: EtherDelta will only show transactions from the last 7 days.',
cn: 'Note: EtherDelta 只会显示近7天的交易记录',
fr: 'Note: EtherDelta ne montrera que les 7 derniers jours de transactions.',
},
announcements: {
en: 'Announcements',
cn: '公告',
fr: 'Annonces',
},
order_book: {
en: 'Order book',
cn: '订单簿',
fr: 'Livre d ordres',
},
orders: {
en: 'Orders',
cn: '订单',
fr: 'Ordres',
},
follow_twitter: {
en: 'Follow us on Twitter',
cn: '订阅我们的Twitter',
fr: 'Suivez nous sur Twitter',
},
chat: {
en: 'Chat',
cn: '聊天',
fr: 'Causerie',
},
send: {
en: 'Send',
cn: '发送',
fr: 'Envoi',
},
volume: {
en: 'Volume',
cn: '交易量',
fr: 'Volume',
},
pair: {
en: 'Pair',
cn: '交易币种',
fr: 'Paire',
},
produced_etherboost: {
en: 'Produced by Etherboost',
cn: 'Etherboost制作',
fr: 'Produit par Etherboost',
},
etherdelta_desc: {
en: 'EtherDelta — decentralized token exchange',
cn: 'EtherDelta — 去中心化交易',
fr: 'EtherDelta — échange de jetons décentralisé',
},
etheropt_desc: {
en: 'EtherOpt — decentralized options exchange',
cn: 'EtherOpt — 去中心化期权交易',
fr: "EtherOpt — échange d'options décentralisé",
},
predictiontoken_desc: {
en: 'PredictionToken — prediction market tokens',
cn: 'PredictionToken — 虚拟货币市场预测',
fr: 'PredictionToken — marché de prédiction de jetons',
},
ethereumdollar_desc: {
en: 'EthereumDollar — stable dollar token',
cn: 'EthereumDollar — 稳定美元币',
fr: 'EthereumDollar — jeton de dollar stable',
},
toggle_navigation: {
en: 'Toggle navigation',
cn: '切换导航',
fr: 'Basculer navigation',
},
name: {
en: 'Name',
cn: '币种',
fr: 'Nom',
},
decimals: {
en: 'Decimals',
cn: '小数位数',
fr: 'Décimales',
},
go: {
en: 'Go',
cn: '提交',
fr: 'Go',
},
add_account: {
en: 'Add account',
cn: '添加账号',
fr: 'Ajout de compte',
},
address: {
en: 'Address',
cn: '地址',
fr: 'Adresse',
},
private_key: {
en: 'Private key',
cn: '密钥',
fr: 'clé privée',
},
buy: {
en: 'Buy',
cn: '买',
fr: 'Achat',
},
sell: {
en: 'Sell',
cn: '卖',
fr: 'Vente',
},
amount_to_buy: {
en: 'Amount to buy',
cn: '买入量',
fr: "Montant d'achat",
},
amount_to_sell: {
en: 'Amount to sell',
cn: '卖出量',
fr: 'Montant à vendre',
},
price: {
en: 'Price',
cn: '价格',
fr: 'Prix',
},
total: {
en: 'Total',
cn: '总量',
fr: 'Total',
},
order: {
en: 'Order',
cn: '下单',
fr: 'Ordre',
},
etherscan_contract: {
en: 'Etherscan contract',
cn: 'Etherscan 合约',
fr: 'Contrat Etherscan',
},
etherscan_address: {
en: 'Etherscan address',
cn: 'Etherscan 地址',
fr: 'Adresse Etherscan',
},
Guides: {
en: 'Guides',
cn: '指南',
fr: 'Guides',
},
help: {
en: 'Help',
cn: '援助',
fr: 'Aide',
},
videos: {
en: 'Videos',
cn: '视频',
fr: 'Videos',
},
number_of_blocks: {
en: 'Number of blocks',
cn: '过期区块数量',
fr: 'Nombre de blocs',
},
expires: {
en: 'Expires',
cn: '到期区块数量',
fr: 'Expire',
},
balances: {
en: 'Balances',
cn: '余额',
fr: 'Soldes',
},
balance: {
en: 'Balance',
cn: '余额',
fr: 'Solde',
},
token: {
en: 'Token',
cn: '币种',
fr: 'Jeton',
},
tokens: {
en: 'Tokens',
cn: '币种',
fr: 'Jetons',
},
aug032016: {
en: 'August 3, 2016',
cn: '2016年8月3日',
fr: '3 Aout, 2016',
},
aug032016_announcement: {
en: 'EtherDelta has moved to a new smart contract. Go to the bottom of the page and switch to the old one if you have a balance there you need to withdraw.',
cn: 'EtherDelta更新了智能合约。如果你要提取余额,请到本页底部转成旧的合约并进行提取。',
fr: "EtherDelta a ete modifié pour un nouveau smart contract. Allez au bas de page et permutez le avec l'ancien s'il reste du solde à retirer.",
},
aug302016: {
en: 'August 30, 2016',
cn: '2016年8月3日',
fr: '30 Aout 2016',
},
aug302016_announcement: {
en: 'EtherDelta has moved to a new smart contract. Go to the bottom of the page and switch to the old one if you have a balance there you need to withdraw.',
cn: 'EtherDelta更新了智能合约。如果你要提取余额,请到本页底部转成旧的合约并进行提取。',
fr: "EtherDelta utilise un nouveau smart contract. Allez au bas de page et permutez le avec l'ancien s'il vous reste du solde à retirer.",
},
new_account: {
en: 'New account',
cn: '新账号',
fr: 'Nouveau compte',
},
import_account: {
en: 'Import account',
cn: '导入账号',
fr: 'Importer le compte',
},
export_private_key: {
en: 'Export private key',
cn: '导出私钥',
fr: 'Exporter la clé privée',
},
forget_account: {
en: 'Forget account',
cn: '忘记账号',
fr: 'Oublier le compte',
},
forget_all_accounts: {
en: 'Forget all accounts',
cn: '忘记所有账号',
fr: 'Oublier tous les comptes',
},
reset_cache: {
en: 'Reset cache',
cn: '重设缓存',
fr: 'Reset du cache',
},
deposit: {
en: 'Deposit',
cn: '充值',
fr: 'Dépot',
},
withdraw: {
en: 'Withdraw',
cn: '提取',
fr: 'Retrait',
},
transfer: {
en: 'Transfer',
cn: '转移',
fr: 'Transfert',
},
balance_in_your_wallet: {
en: 'Wallet',
cn: '钱包',
fr: 'Portefeuille',
},
balance_etherdelta: {
en: 'EtherDelta',
cn: 'EtherDelta',
fr: 'EtherDelta',
},
amount: {
en: 'Amount',
cn: '数量',
fr: 'Montant',
},
other: {
en: 'Other',
cn: '其它币',
fr: 'Autre',
},
other_token: {
en: 'Other token',
cn: '其它币',
fr: 'Autre jeton',
},
other_base: {
en: 'Other base',
cn: '其它支付币种',
fr: 'Autre base',
},
connection: {
en: 'Connection',
cn: '连接',
fr: 'Connection',
},
connect_using: {
en: 'Connect using',
cn: '连接采用',
fr: 'Se Connecter en utilisant',
},
testnet: {
en: 'TESTNET',
cn: '测试链',
fr: 'TESTNET',
},
metamask: {
en: 'MetaMask',
cn: 'MetaMask',
fr: 'MetaMask',
},
mist_browser: {
en: 'Mist Browser',
cn: 'Mist Browser',
fr: 'Mist Browser',
},
toggle_dropdown: {
en: 'Toggle dropdown',
cn: '转换',
fr: 'Basculer menu autoderoulant',
},
fees: {
en: 'Fees',
cn: '费用',
fr: 'Frais',
},
connect_ethereum: {
en: 'Connect to Ethereum',
cn: '连接以太坊',
fr: 'Se Connecter a Ethereum',
},
deposit_withdraw: {
en: 'Deposit and Withdraw',
cn: '充值和提取',
fr: 'Depot et retrait',
},
trade: {
en: 'Trade',
cn: '交易',
fr: 'Commercer',
},
transaction: {
en: 'Transaction',
cn: '交易',
fr: 'Transaction',
},
fee: {
en: 'Fee',
cn: '费用',
fr: 'Frais',
},
maker: {
en: 'Maker',
cn: 'Maker',
fr: 'Teneurs',
},
taker: {
en: 'Taker',
cn: 'Taker',
fr: 'Preneur',
},
maker_vs_taker: {
en: 'Maker vs taker',
cn: 'Maker 与 Taker',
fr: 'Teneurs vs Preneur',
},
need_help: {
en: 'Need help? Join the',
cn: 'Need help? Join the',
fr: "Besoin d'aide? Joigner la",
},
chat_gitter: {
en: 'Chat on Gitter',
cn: 'Chat on Gitter',
fr: 'Causerie sur Gitter',
},
only_fee_taker: {
en: 'The only fee is a Taker fee. Deposit, withdraw, and maker transactions are all free.',
cn: '收费仅对Taker. 充值,提现对Maker免费。',
fr: 'Les seuls frais sont ceux du preneur. Gratuité pour les Dépots, les retraits et les teneurs de transactions.',
},
maker_fee_desc: {
en: 'A maker order is one that rests in the order book ("resting order"). To create a maker order, fill out the "Buy" or "Sell" form. Once you click "Buy" or "Sell," you will see your order appear in the order book. These orders are always free. This is to encourage market makers to add liquidity to the order book.',
cn: 'Maker订单在订单记录中待定("resting order")。要创建一个Maker订单, 请填“买”或“卖”表格。点了“买”或“卖”的按钮以后,你就可以在下面的订单记录中看到你的订单 。这些订单都是免费的。免费是为了鼓励市场中Maker增加流动性。',
fr: 'La contrepartie du donneur d\'ordre est celle qui repose dans le carnet d\'ordre (ordre restant). Pour créer votre ordre, remplir les champs "Achat" or "Vente" correspondant. Une fois clique "Achat" ou "Vente" vous verrez apparaitre votre orde dans le carnet d\'ordres. Ces ordres sont toujours gratuit. Ils encouragent les teneurs de marches a rajouter des liquidites dans le carnet d\'ordres.',
},
taker_fee_desc: {
en: 'A taker order is one that trades against a resting order. To create a taker order, pick an existing order from the order book, and click "Buy" or "Sell." A popup window will appear. Decide how much of the order you want to trade, and then click "Buy" or "Sell." These orders charge a fee of 0.30%.',
cn: 'Taker订单是与"resting order"交易。要创建一个Taker订单,请从订单记录中选一个已有的订单,按“买”或“卖”。接下来有一个小窗会弹出,输入你的交易数量,再按“买”或“卖”。这些交易收0.30%的费用。',
fr: 'La contrepartie du donneur d\'ordre est celle qui repose dans le carnet d\'ordre (ordre restant). Decider des quantites a echanger puis cliquer "Achat" ou "Vente". ces ordres sont executes avec une retenue de 0.30% de commission.',
},
three_ways_connect: {
en: 'There are three ways you can connect to the Ethereum network.',
cn: '连接以太坊有三种方式',
fr: 'Il existe trois moyens de se connecter au reseau Ethereum.',
},
connect_metamask: {
en: 'Connect to the Ethereum network through <a href="https://metamask.io">MetaMask</a>. MetaMask is a Chrome plugin that lets you manage your Ethereum accounts and sign transactions on a case by case basis. If you are using MetaMask, your MetaMask account will automatically appear in the account dropdown.',
cn: '通过 <a href="https://metamask.io">MetaMask</a>. MetaMask是Chrome浏览器plugin。可以用它管理你的以太坊账号,给你的交易签名。如果你用MetaMask, 你的MetaMask账号自动出现在账号下拉列表里。',
fr: 'Connection au reseau Ethereum par <a href="https://metamask.io">MetaMask</a>. MetaMask est un plugin Chrome qui permet de manager ses comptes ethereum et de signer les transactions au cas par cas. Si vous utiliser MetaMask, votre compte MetaMask apparaitra automatiquement dans le menu deroulant.',
},
connect_mist: {
en: 'Connect to Ethereum via the Mist browser. The only downside to doing this is that you will have to unlock your account manually in order to broadcast resting orders (other transactions will work). Mist will eventually support the eth.sign() function that is needed to individually approve resting orders, but for now you will need to unlock your account manually by running <code>geth attach</code> and then <code>personal.unlockAccount("0xYOUR_ETHEREUM_ACCOUNT")</code> from the command line.',
cn: '通过Mist浏览器。这种方式唯一的缺点是: 你要手动解锁你的账号,以便扩散“待定下单”(其它交易可以完成)。Mist最终会支持eth.sign(),需要这个函数来分个批准“待定下单”,但是现在你要通过命令行执行<code>geth attach</code> 并且 执行<code>personal.unlockAccount("0x你的以太坊账号")</code>手动解锁。',
fr: 'Connection au reseau Ethereum via Mist browser. L\'inconvenient étant que vous devrez deverouiller votre compte manuellement afin de diffuser les ordres restant (les autres transactions fonctionneront). MIST supportera eventuellement la fonction eth.sign() requise pour l\'approbation des ordres restants, pour le moment il vous faudra deverouiller votre compte manuelement en sollicitant <code>geth attach</code> puis <code>personal.unlockAccount("0xVOTRE_COMPTE_ETHEREUM")</code> a partir de la ligne de commande.',
},
connect_etherscan: {
en: 'Connect to Ethereum through the Etherscan API. This is the default option if you don\'t have MetaMask or Mist. You will need to create a new account by clicking "Create account" under the address dropdown. You should export the private key and write it down by clicking "Export private key" under the address dropdown. If you prefer, you can also use <a href="http://www.myetherwallet.com/" target="_blank">MyEtherWallet</a> to create a new Ethereum account, then use "Import account" to add your new address and its private key.',
cn: '通过以太坊API。如果你没有MetaMask或Mist,这是缺省设置。你需要点击“地址”下拉列表“创建账号”创建一个新账号。你要点击“地址”下拉列表“导出私钥”,导出私钥并写下来。你也可以倾向使用<a href="http://www.myetherwallet.com/" target="_blank">MyEtherWallet</a>创建新的以太坊账号,然后用“导入账号”来添加你的新地址和私钥。',
fr: 'Connection au reseau Ethereum au travers de l\'API Etherscan. C\'est l\'option par défaut si vous ne disposez pas de MIST ou Metamask. Vous aurez besoin de creer un nouveau compte en cliquant "Create account" sous le menu deroulant adresse. Vous devrez exporter la cle privee et l;ecrire, si vous le souhaitez il est possible d\'utiliser <a href="http://www.myetherwallet.com/" target="_blank">MyEtherWallet</a> pour creer un acompte, ensuite utiliser "Importer compte" pour ajouter votre compte et sa cle privee.',
},
deposit_withdraw_1: {
en: 'In the top left, you will find two dropdowns you can use to select the currency pair you want to trade. For example, select "MKR" and "ETH" to trade the "MKR/ETH" currency pair.',
cn: '在左上角,你可以找到两个下拉列表来选择币对进行交易。例如, 选择“MKR”和“ETH”来交易“MKR/ETH”币对。',
fr: 'En haut à gauche, vous trouverez deux menus déroulants à utiliser pour sélectionner la paire de devises à echanger. Par exemple, selectionner "MKR" et "ETH" pour trader la paire de devises "MKR/ETH".',
},
deposit_withdraw_2: {
en: 'Under "Balances," you will see your balance for each of the two currencies you selected. This is the balance you have deposited to EtherDelta from your Ethereum account.',
cn: '在“余额”下面,你可以看到两种币的各自的余额,这是从你的以太坊账号充值的余额。',
fr: 'Sous "Soldes" vous trouverez le solde pour chacune des deux devises selectionnées. C\'est le solde que vous venez de déposer sur etherdelta depuis votre compte Ethereum',
},
deposit_withdraw_3: {
en: 'To deposit, withdraw, or transfer, scroll to the bottom of the page. Find the "Balances" section.',
cn: '要“充值”,“提取”,或“转移”,在本页的底部,找到“余额”区域。',
fr: 'Pour déposer, retirer, ou transferer, faites defiler jusqu\'au bas de page. Trouver la section "Soldes".',
},
deposit_withdraw_4: {
en: 'To deposit, click the "Deposit" tab, pick a token, enter an amount you would like to deposit from your Ethereum account into EtherDelta, and click "Deposit."',
cn: '充值点“充值”,选择一种币,输入从以太坊账号进入EtherDelta的充值数量,再点“充值”。',
fr: 'Pour déposer, cliquer sur "Deposit" tab, choisir un jeton, entrer le montant à déposer depuis votre compte Ethereum vers Etherdelta, puis cliquer "Deposit."',
},
deposit_withdraw_5: {
en: 'To withdraw, use the "Withdraw" tab.',
cn: '提取点“提取”',
fr: 'Pour le retrait, utiliser "Withdraw" tab.',
},
deposit_withdraw_6: {
en: 'To transfer tokens from your Ethereum address to another Ethereum address, use the "Transfer" tab.',
cn: '要将币从你的以太坊账号转到另一个以太坊账号,点“转移”。',
fr: 'Pour le transfert de jetons depuis votre adresse Ethereum vers une autre adresse Ethereum, utiliser "Transfer" tab.',
},
deposit_withdraw_7: {
en: "Once the Ethereum transaction has been confirmed, your balance will automatically update. If you don't have the necessary funds available for the deposit or withdraw transaction, then the Ethereum transaction will fail.",
cn: '一旦以太坊交易通过验证,你的余额就会自动更新。如果币值不足,充值和提取就会失败。',
fr: "Une fois que la transaction Ethereum est confirmé, votre solde est automatiquement mis a jour. Au cas ou vous n'auriez pas assez de fonds disponible pour le depot ou le retrait, alors l'Ethereum transaction echouera.",
},
trade_1: {
en: 'In the top left, you will find two dropdowns you can use to select the currency pair you want to trade. For example, select "MKR" and "ETH" to trade the "MKR/ETH" currency pair.',
cn: '在左上角,你可以找到两个下拉列表来选择币对进行交易。例如, 选择“MKR”和“ETH”来交易“MKR/ETH”币对。',
fr: 'En haut a gauche, vous trouverez deux menus déroulants a utiliser pour la sélection de paire de devises a échanger. ',
},
trade_2: {
en: 'If you want to trade a token that doesn\'t appear in the list, you can choose "Other" and fill out the form. Different tokens have different multipliers, so fill out this form carefully.',
cn: '如果你要交易的币种不在列表中,你可以选择“其它币”和填表。不同的币种乘数不同,请小心填表。',
fr: 'Il est possible de commercer un jeton qui n\'apparait pas dans la liste, choisir "Autre" et remplir les champs du formulaire. Different jetons ont different multiplicateurs, il est donc indispensable de remplir le formulaire avec soin.',
},
trade_3: {
en: 'EtherDelta supports resting orders (adding liquidity) and trading against existing resting orders (taking liquidity).',
cn: 'EtherDelta支持“待定下单”(resting order)来增加流动性,以及交易“待定下单”来减少流动性。',
fr: "EtherDelta supportes les ordres restant (l'ajout de liquidite) et trading contre des ordres restant (prise de liquidite).",
},
trade_4: {
en: 'To create a resting order, fill out the "Buy" or "Sell" form at the top of the page. The order expires in the number of blocks you specify (1 block ≈ 15 seconds).',
cn: '要创建“待定下单”,在本页的开头输入“买”或“卖”。该订单会在你指定的块数到期(一块包含15秒)。',
fr: 'Pour creer un ordre restant, remplir les champs correspondant a l\'"achat" ou la "vente" forme en haut de page. L\'ordre expire au nombre de bloque specifie par vos soins (approximativemnt compter 1 block ≈ 15 seconds).',
},
trade_5: {
en: 'If you need to cancel your order, you can click your order in the order book and press the "Cancel" button. This will send an Ethereum transaction that will, once confirmed, cancel your order. Note that this will cost gas (Ethereum transaction fee), whereas placing a resting order and letting it expire does not cost gas.',
cn: '要取消订单,你可以点订单记录中的订单,再点“取消”按钮。这样会寄出一个以太坊交易,经过验证后,订单会取消。注意这个要消耗gas(以太坊交易费)。但是订一个“待定下单”,让它到期不会消耗gas。',
fr: "Si vous souhaitez annuler votre ordre, il vous suffit de cliquer sur votre ordre apparaissant dans le carnet d'ordres puis d'appuyez sur le bouton \"Annule\". Cela enverra une transaction ethereum qui, une fois confirme, annule l'ordre. Il est a noter que cela induit un cout de gas (Frais de transaction Ethereum), alors que placer un ordre restant jusqu'a son expiration ne coute pas de gas.",
},
trade_6: {
en: 'When you submit a resting order, it gets broadcast to the world. The current broadcast channel is a Gitter chat room, but EtherDelta also supports using Ethereum events as a fallback broadcast mechanism.',
cn: '但你提交了一个“待定下单”后,它会广播到全球。现在的传播渠道是Gitter聊天室,但是EtherDelta也支持以太坊事件机制,用来保底。',
fr: "When you submit a resting order, il se diffuse dans le monde entier. Le canal de causerie principal s'appele Gitter chat room, mais Etherdelta supporte egalement des evenements ethereum en tant que moyen de diffusion alternative.",
},
trade_7: {
en: 'The GUI scans for new orders being broadcast and displays them in the order book (offers on the left, bids on the right).',
cn: '页面会扫描新的在广播中的订单,并在定记录中显示(报价在左,竞价在右)。',
fr: "Le GUI detecte les nouveaux ordres arrivant et les affiche dans le carnet d'ordre (Vente a gauche, Achat a droite).",
},
trade_8: {
en: 'A resting order represents a cryptographically signed intent to trade. Up until your order expires or is cancelled, anyone who has seen it can trade against it, assuming both traders have enough funds in their EtherDelta accounts. The GUI filters out orders that do not have funds to back them up. Partial fills are supported.',
cn: '“待定下单”代表加密签名过的交易意向。在你的订单过期或取消以前,看见这个订单的任何人可以与它交易(前提是双方账号中有足够的币)。页面会过滤掉币的数量不够的订单。订单也可以部分成交。',
fr: "Un ordre restant represente une intention de commercer cryptographiquement signée. Jusqu'à ce que votre commande expire ou soit annulée, quiconque l'a vu peut échanger contre elle, en supposant que les deux commerçants disposent de suffisamment de fonds dans leurs comptes EtherDelta. Le remplissage partiel de l'ordre est egalement supporte.",
},
trade_9: {
en: 'To trade against an existing resting order, click "Buy" or "Sell" next to it in the order book and type in the volume you want to trade. The GUI will do one last check that the trade can cross (the funds are there and the order hasn\'t already traded), but if someone submits a transaction right before you do, your Ethereum transaction will fail because the order already traded.',
cn: '要和已有的“待定下单”交易,点订单记录中“待定下单”的“买”或“卖”,并输入你要交易的数量。本页会再做最后的成交检查,确定有足够的币,并且订单没有被交易掉。如果别人比你先提交,你的以太坊交易会失败,因为订单已经交易了。',
fr: "Pour echanger contre un ordre restant existant, cliquer \"Acheter\" ou \"Vendre\" a cote du carnet d'ordre que vous souhaitez et taper le volume d'echange desire. Le GUI procede ensuite a une derniere verification etablissant les conditions de negoce (les fonds sont la et l'ordre n'a pas encore ete echange), mais si quelqu'un soumet cette meme transaction juste avant vous, votre transaction ethereum pourra echouer ar elle a deja eu lieu.",
},
offers: {
en: 'Offers',
cn: '报价',
fr: 'Ventes',
},
bids: {
en: 'Bids',
cn: '竞价',
fr: 'Achats',
},
bid: {
en: 'Bid',
cn: '竞价',
fr: 'Achat',
},
offer: {
en: 'Offer',
cn: '要价',
fr: 'Vente',
},
no_orders: {
en: 'There are no orders here.',
cn: '这里没有显示订单。',
fr: "Il n'y a pas d'ordres ici.",
},
no_orders_reset: {
en: 'reset the cache',
cn: '重设缓存',
fr: 'RAZ du cache',
},
order_details: {
en: 'Order details',
cn: '下单明细',
fr: "Details d'ordre",
},
expires_in: {
en: 'Expires in',
cn: '到期块数',
fr: 'Expire dans',
},
Block: {
en: 'Block',
cn: '块',
fr: 'Bloc',
},
block: {
en: 'block',
cn: '块',
fr: 'bloc',
},
blocks: {
en: 'blocks',
cn: '块',
fr: 'blocs',
},
expired: {
en: 'Expired',
cn: 'Expired',
fr: 'Expiré',
},
order_will_refresh: {
en: 'This order will refresh when it expires unless you press',
cn: '这单到期会刷新,除非你按',
fr: 'Cet ordre se rafraichira quand il expire a moins que vous appuyez',
},
stop: {
en: 'Stop',
cn: '停止',
fr: 'Arreter',
},
or_refresh: {
en: 'or refresh/close the page.',
cn: '或刷新/关闭本页。',
fr: 'ou rafraichir/fermer la page',
},
you_can: {
en: 'You can',
cn: '你可以',
fr: 'Vous pouvez',
},
cancel: {
en: 'Cancel',
cn: '取消',
fr: 'Annuler',
},
cancel_blockchain: {
en: 'this order with a blockchain transaction.',
cn: '取消这单区块链交易。',
fr: 'cet ordre avec une transaction sur la chaîne de blocs.',
},
new_order: {
en: 'New order',
cn: '新订单',
fr: 'Passer un ordre',
},
available_volume: {
en: 'Available volume',
cn: '量',
fr: 'Volume disponible',
},
price_chart: {
en: 'Price chart',
cn: '图表',
fr: 'Charte des prix',
},
sell_order: {
en: 'Sell order',
cn: '卖单',
fr: 'Ordre de vente',
},
buy_order: {
en: 'Buy order',
cn: '买单',
fr: "Ordre d'achat",
},
trades: {
en: 'Trades',
cn: '交易',
fr: 'Échanges',
},
auto_refresh: {
en: 'Auto refresh',
cn: '自动刷新',
fr: 'Auto rafraichir',
},
my_transactions: {
en: 'My transactions',
cn: '我的交易',
fr: 'Mes transactions',
},
or: {
en: 'or',
cn: '或',
fr: 'ou',
},
type: {
en: 'Type',
cn: '类型',
fr: 'Taper',
},
question_mark: {
en: '???',
cn: '???',
fr: '???',
},
pending: {
en: 'Pending',
cn: '待定',
fr: 'En suspens',
},
daily: {
en: 'Daily',
cn: '经常',
fr: 'Quotidien',
},
weekly: {
en: 'Weekly',
cn: '每周的',
fr: 'Hebdomadaire',
},
};
module.exports = translations;