-
Notifications
You must be signed in to change notification settings - Fork 13
/
locale-fr.json
3132 lines (3132 loc) · 184 KB
/
locale-fr.json
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
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"account": {
"accounts": "Comptes",
"activity": "Activity",
"advanced": "Advanced",
"as_collateral": "Collateral",
"asset": "Actif",
"asset_details": "Asset details",
"average_price": "Average price",
"bittrex_scam": "This account is not the real Bittrex account, please send to this account: bittrex-deposit.",
"bts_market": "Market",
"cancel_orders": "Cancel orders",
"collaterals": "Margin Positions",
"confirm_asset_modal": {
"are_you_sure": "Are you sure you want to save all changes to these tabs?",
"header": "Confirm multiple changes"
},
"connections": {
"black": "Blacklisté par",
"known": "Connu par"
},
"contacts": "Contacts",
"create_account": "Create account",
"create_new": "Create A New Account",
"credit_offer": "Credit Management",
"deactivate_suspicious_proposals": "Deactivate suspicious proposals",
"deposit": "Deposit BTS",
"deposit_address": "Your deposit address is your account name",
"deposit_withdraw": "Deposit/Withdraw",
"download_history": "Download History",
"eq_value": "Estimated",
"eq_value_header": "Value ({asset})",
"errors": {
"invalid": "Compte non valable",
"memo_missing": "You do not have control of the memo key for this account. In order to use a memo, please set the account memo key to a key you control using the Permissions page.",
"not_found": "Le compte %(name)s n'existe pas, veuillez vérifier le nom",
"not_yours": "Pas votre compte",
"unknown": "Compte inconnu"
},
"estimate_value": "Estimated Account value",
"existing_accounts": "Existing Accounts",
"existing_user": "Existing user",
"export_modal": {
"coinbase_report": "CoinTracking.info Report",
"description": "Enter your desired elastic search instance and click the report type",
"full_report": "Full Report",
"title": "History Export",
"use_custom": "Use custom wrapper"
},
"filter_orders": "Filter",
"follow": "Ajouter le contact",
"group_by_asset": "Group by asset",
"hidden_accounts_row": "Hidden Accounts",
"hide_hidden": "Active",
"hide_ignored": "Hide hidden accounts",
"history": "Historique",
"history_error": "Failed to download the account history, please try again",
"home": "Home",
"hour_24": "24hrs",
"hour_24_short": "24hrs",
"id": "Account ID",
"identicon": "Identicon",
"ignore": "Hide",
"inCollateral": "In Collateral",
"inOrders": "In Orders",
"inVestingBalances": "In Vesting Balances",
"in_open": "This is the amount of %(asset)s you have in open orders.",
"in_open_value": "This is the estimated value of the %(asset)s you have in open orders.",
"intro_text_1": "Your Decentralized Platform",
"intro_text_2": "<b>The DEX</b> is inherently decentralized, enabling you to trade the BitShares core token (BTS) and a range of trustless price-stable, market-pegged assets such as bitUSD, bitCNY, bitBTC, bitGold and more. These assets can all be traded with <b>zero</b> counter-party risk, putting you in total control of your funds.",
"intro_text_3": "<b>The DEX</b> also enables creation of user-issued assets (UIAs), which can be traded against any other UIAs or trustless assets on the platform. One well-known asset owner on The DEX is <b>OpenLedger</b>, offering a host of assets including BTC, ETH, STEEM, DASH, LTC, DOGE, and many more",
"intro_text_4": "This gives cryptocurrency traders a unique blend of traditional and decentralized trading, all in a familiar exchange interface. Happy trading!",
"intro_text_title": "Welcome to BitShares",
"liquidity_pools": {
"alert_asset_a": "ID of ASSET A should be greater than ID of ASSET B",
"alert_asset_b": "ID of ASSET B should be smaller than ID of ASSET A",
"alert_request_input_asset_a": "Please select ASSET A",
"alert_request_input_asset_b": "Please select ASSET B",
"alert_request_input_pool": "Please select pool",
"alert_request_input_taker_fee": "Please input taker fee",
"alert_request_input_unstack_fee": "Please input unstacke fee",
"alert_taker_fee": "",
"alert_unstack_fee": "",
"asset_a": "Asset A",
"asset_a_balance": "Asset A Balance",
"asset_b": "Asset B",
"asset_b_balance": "Asset B Balance",
"create_pool": "Create Pool",
"delete": "Delete",
"liquidity_pools": "Liquidity Pools",
"pool_balance": "Pool Balance",
"pool_name": "Pool Name",
"stake_status": "Stake/Unstake",
"taker_fee": "Taker Fee",
"title": "Pools",
"unstake_fee": "Unstake Fee"
},
"login_with": "Login with",
"market_actions": "Market actions",
"market_orders": "Market orders",
"market_value": "Valeur",
"member": {
"action": "Action",
"annual": "Abonné annuel",
"available": "Available to claim",
"balance_type": "Type",
"basic": "Membre basique",
"cashback": "Gagné",
"claim": "Claim now",
"coindays": "coin days",
"days": "days",
"earned": "Coin days earned",
"expires": "expires",
"fee_allocation": "Fee Allocation",
"fee_division": "Fee Division",
"fee_division_text": {
"paragraph_1": "Every time %(account)s pays a transaction fee, that fee is divided among several different accounts. The network takes %(fee_share_network)s%. The Lifetime Member who referred %(account)s takes %(fee_share_ltm)s%.",
"paragraph_2": "The registrar is the account that paid the transaction fee to register %(account)s with the network and decide how to divide the remaining %(fee_share_registrar)s% between themselves and their own Affiliate Referrer program. %(account)s's registrar chose to share %(fee_share_affiliate)s% of the total fee with the Affiliate Referrer.",
"paragraph_3": "Fee shares, market rewards and other rewards is found on the Vesting Balances page"
},
"fee_pending": "Pending Fees",
"fee_pending_text": "Fees paid by %(account)s are divided among the network, referrers, and registrars once every maintenance interval (%(maintenanceInterval)s seconds). The next maintenance time is %(nextMaintenanceTime)s.",
"fee_vesting": "Vesting Fees",
"fee_vesting_text": "Most fees are made available immediately, but fees over %(vestingThresholdAmount)s %(vestingThresholdAsset)s (such as those paid to upgrade your membership or register a premium account name) must vest for a total of %(vestingPeriod)s days.",
"fees_cashback": "Fee statistics",
"fees_paid": "Frais payé",
"join": "Inscription",
"lifetime": "Membre à vie",
"lifetime_referrer": "Lifetime Referrer",
"lifetime_title": "Earn cashback",
"membership": "Membership",
"membership_expiration": "Membership Expiration",
"network_percentage": "Pourcentage de frais pour le reseau",
"ref_distribution": "Referral Fee Distribution",
"referal_fees": "Referral Fee Distribution",
"referral_info": "As a lifetime member (LTM) you are eligable for a %(feesCashback)s% cashback on all your fees. You will also recieve cashback from markets with a referral reward. The referral reward is based on your own and your referred members market orders.",
"referral_link": "Your referral link",
"referral_text": "Give this to link to people you want to refer to BitShares",
"referrals": "Recrutements",
"referrer": "Affiliate Referrer",
"registrar": "Registrar",
"remaining": "Days left of vesting period",
"required": "Coin days required",
"rewards": "Gains totaux",
"stats": "Stats membre",
"subscribe": "Buy Annual Subscription",
"suspected_scammer": "Suspected Scammer",
"total_ref": "Total referred %(total)s",
"unknown": "Inconnu",
"upgrade_lifetime": "Buy Lifetime Subscription",
"vested": "Bloqué"
},
"mine": "My account",
"more": "voir plus",
"name": "Nom du compte",
"name_input": {
"name_is_taken": "Account name is already taken.",
"not_found": "Account not found.",
"premium_name_faucet": "This is a premium name which is not supported by this faucet. Please enter a regular name containing least one dash, a number or no vowels.",
"premium_name_warning": "This is a premium name which is more expensive than a name containing a dash (-) or a number."
},
"new_user": "New user?",
"no_order_history": "No order history",
"no_orders": "No open orders",
"no_price": "--",
"no_trades": "No last trades",
"open_orders": "Open Orders",
"optional": {
"formatter": "Optionally, {restore_link} or create an account using the {restore_form}.",
"restore_form": "advanced form",
"restore_link": "restore your account"
},
"options": {
"memo_key": "Memo Key",
"num_committee": "Desired Committee Members",
"num_witnesses": "Desired Witnesses"
},
"orders": "Ordres",
"other_scam": "This account is not known to be an official account, please verify the destination before transferring",
"overview": "Sommaire",
"password_login": "Login with password",
"pay": "Payer",
"pay_from": "Pay with account",
"payees": "Payees",
"percent": "Percent of total supply",
"perm": {
"account_name_or_key": "Account name or key",
"acct_or_key": " Account/Key",
"action": "Action",
"active": "Permissions actifs",
"add": "Rajouter une permission",
"add_permission_label": "Enter account name/key and weight",
"brain": "Brainkey position",
"cancel": "Annuler",
"confirm_add": "Rajouter",
"create_paperwallet": "Create Paper Wallet",
"create_paperwallet_private_hint": "Unlock/Login before creating the paper wallet to include private keys",
"from": "Imported from account",
"key": "Cléf/Nom",
"key_viewer": "Private key viewer",
"memo_key": "Cléf mémo",
"memo_public_key": "Memo Public Key",
"memo_warning": "WARNING: If you replace the memo key you will be unable to read old memos when logging in with your password, and unless you import the new memo private key into your old wallet that wallet will be unable to decode new memos",
"new_active": "New active key",
"new_memo": "New memo key",
"new_owner": "New owner key",
"owner": "Permissions des proprietaires",
"password_model": "Account model",
"password_model_1": "If you want to be able to login from anywhere using only your password, you can use this page to add new keys to your permissions. If you also want to remove the original keys, you can do so in the active/owner permissions tabs.",
"password_model_2": "Add password generated keys",
"private": "Private key (WIF - Wallet Import Format)",
"public": "Public key",
"publish": "Publier les changements",
"publish_prediction": "Publish",
"remove_proxy": "Remove proxy",
"remove_text": "Remove",
"reset": "Annuler les changements",
"resolve_prediction_disabled_button": "The button will be enabled after resolution date has passed",
"save": "Save Changes",
"save_all": "Save All Changes",
"show": "Show",
"sign_owner": "Sign as owner",
"threshold": "Limite",
"type": "Type",
"use_text": "Use",
"valid_pub": "Valid Public Key",
"warning1": "Active permissions weights total of %(weights_total)s should be equal or exceed threshold of %(threshold)s",
"warning2": "Owner permissions weights total of %(weights_total)s should be equal or exceed threshold of %(threshold)s",
"warning3": "Account is already in the list",
"warning4": "Key is already in the list",
"weight": "Poids"
},
"permissions": "Permissions",
"please_create_account": "Please create an account",
"polo_scam": "This account is not the real Poloniex account, please send to this account: poloniexwallet.",
"portfolio": "Portfolio",
"propose_from": "Propose From",
"proposed_transactions": {
"advanced_feature": "This is an advanced feature. Please answer the following questions",
"answered_no": "If your answer to any of the questions above is no, do NOT continue. You can also turn this on and off in Settings.",
"question1": "Do you know what a proposal is?",
"question2": "Are you expecting a proposal?",
"question3": "Are you aware that a proposal can steal your funds or lock you out of the account?",
"show_me_proposals": "Show me Proposals"
},
"qty": "Qty",
"quote": "Quote",
"recent": "Activité recent",
"reset_orders": "Reset",
"restore": "Restore",
"search": "Search for an account",
"see_open": "See open orders",
"select_placeholder": "Selectionnez un compte..",
"settle": "Settle",
"settle_orders": "Settle orders",
"show_hidden": "Hidden",
"show_ignored": "Show hidden accounts",
"show_visual": "Visual",
"signedmessages": {
"automaticcreation": "Signed message will be created automatically",
"copysuccessful": "Signed message copied to clipboard",
"copyunsuccessful": "Failed to copy message",
"entermessage": "Enter message here",
"errorverifying": "An error occured while verifying the message",
"invalidformat": "Signed message format can't be recognized",
"invalidkey": "Private key could not be obtained, is the public key valid?",
"invalidsignature": "The content of the message could not be validated against the signature",
"invaliduser": "Account of the message sender is invalid",
"keymismatch": "Given public key of the sender doesn't to the one stored in the senders account",
"menuitem": "Signed Messages",
"sign": "Sign",
"signing": "Signing, please wait ...",
"signmessage": "Sign Message",
"title": "Signed Messages",
"verify": "Verify",
"verifying": "Verifying, please wait ...",
"verifymessage": "Verify Message",
"verifyonchange": "Verify while typing"
},
"start_typing_to_search": "Start typing to search for accounts",
"submit_orders": "Submit",
"total": "Total ({asset})",
"total_estimate": "This is the estimated value of all your assets, including any hidden assets, open orders, debt and collateral. The estimate is done using only live blockchain data and may not be perfectly accurate.",
"total_value": "Total value",
"trade": "Trade",
"transactions": {
"fee": "Fee",
"id": "ID",
"info": "Info",
"time": "Time",
"type": "Type"
},
"transfer_actions": "Transfer actions",
"unfollow": "Retirer",
"unignore": "Unhide",
"upgrade": "Mettre à niveau",
"user_issued_assets": {
"add_feed": "Add new feed producer",
"advanced": "Advanced features",
"approx_fee": "Approximate fee",
"backing": "Short backing asset",
"base": "Base asset amount",
"base_name": "Base asset",
"bitasset_opts": "SmartCoin options",
"cer_warning_1": "Warning",
"cer_warning_2": "Make sure your core exchange rate is higher than the market price, otherwise people will buy your token from the market and drain your fee pool via implicit arbitrage. The core exchange rate should be updated regularly to reflect market pricing of your asset.",
"charge_market_fee": "Enable market fee",
"committee_fed_asset": "Allow committee members to provide feeds",
"condition": "Condition (max 60 characters)",
"conflict_feed": "Cannot allow witnesses and committee members to provide feeds simultaneously",
"core_exchange_rate": "Core exchange rate",
"current_issuer": "Current owner account",
"decimals": "Number of decimal points",
"description": "Description",
"details": "Details",
"disable_bsrm_update": "Disable owner update BSRM",
"disable_collateral_bidding": "Disable collateral bidding",
"disable_confidential": "Disable confidential transactions",
"disable_force_settle": "Disable force settling",
"disable_icr_update": "Disable owner update ICR",
"disable_mcr_update": "Disable owner update MCR",
"disable_mssr_update": "Disable owner update MSSR",
"disable_new_supply": "Disable new supply",
"error_invalid": "That asset may not be used",
"error_precision": "That asset does not have the same precision as %(asset)s",
"error_too_deep": "May not create a bitasset backed by a bitasset backed by a bitasset",
"exists": "That asset already exists",
"expiry": "Market resolution date",
"feed_lifetime_sec": "Feed lifetime in minutes",
"feed_not_allowed_1": "Cannot set feed producers on a witness- or committee-fed asset",
"feed_not_allowed_2": "Please disable the flags called 'Allow witnesses to provide feeds' and 'Allow committee members to provide feeds' in order to allow manual definition of feed producers",
"feed_producers": "Feed producers",
"flags": "Flags",
"force_settlement_delay_sec": "Delay for forced settlements (minutes)",
"force_settlement_offset_percent": "Percent offset of forced settlements",
"global_settle": "Allow asset owner to force a global settling",
"id": "ID",
"invalid_backing_asset_change": "You can't change the backing asset of an asset that has a non-zero current supply",
"invalid_market_pair": "Preferred market pairing can not be the same market",
"invalid_permissions_change": "You can't enable a permission for an asset that has a non-zero current supply",
"issued_assets": "Issued Assets",
"lock_max_supply": "Lock max supply",
"market": "Preferred market pairing",
"market_fee": "Market fee",
"max_market_fee": "Max market fee",
"max_positive": "Max supply should be a positive number",
"max_supply": "Maximum supply",
"maximum_force_settlement_volume": "Max force settle volume (percent of total supply per hour)",
"minimum_feeds": "Minimum number of feeds",
"mpa": "SmartCoin",
"name": "Asset Name",
"need_asset": "At least one of the two assets must be %(name)s",
"new_issuer": "New asset owner account",
"optional": "Optional settings",
"override_authority": "Asset owner may transfer asset back to himself",
"perm_warning": "WARNING: Permissions may only be disabled, once disabled they may not be reactivated!!",
"pm": "Binary prediction market",
"precision": "Precision",
"precision_warning": "Warning: The number of decimals may not be changed after creation",
"primary": "Primary settings",
"quote": "Quote asset amount",
"quote_name": "Quote asset",
"resolve_prediction": "Resolve prediction",
"resolve_prediction_text": "The asset prediction can be resolved here.",
"reward_percent": "Reward percent",
"reward_percent_tooltip": "If a market fee is set, the reward percent indicates how much of that market fee is shared through the referral rewards program instead of only benefitting the asset owner.",
"short": "Short name (max 32 characters)",
"symbol": "Symbol",
"taker_fee_percent": "Taker Fee percent",
"taker_fee_percent_tooltip": "If taker fee is set, the taker percent indicates how much percent is shared with the asset owner.",
"to": "Issue to account",
"too_large": "That max supply is too big, please choose a smaller number",
"too_many_feed": "Number of feed producers exceeded the max allowed (%(max)s).",
"transfer_restricted": "Asset owner must approve all transfers",
"update_owner": "Update owner",
"update_owner_text": "The asset owner may change the owner to another account using this form:",
"visible": "Hide asset from search and markets",
"white_list": "Require holders to be white-listed",
"witness_fed_asset": "Allow witnesses to provide feeds"
},
"vesting": {
"balance_number": "Balance #%(id)s",
"explain": "Vesting balances contain any fees earned through the referral program or from worker pay, for example. They have a certain vesting period and are continually unlocked during that vesting period until all of the balances are available",
"no_balances": "This account has no vesting balances",
"title": "Vesting balances",
"type": {
"cashback": "Cashback",
"market_fee_sharing": "Market fee sharing",
"unspecified": "Unspecified",
"witness": "Witness",
"worker": "Worker"
}
},
"votes": {
"about": "About",
"active": "Active (%(count)s)",
"active_short": "Active",
"add_committee": "Add",
"add_committee_label": "Committee Member",
"add_witness": "Add",
"add_witness_label": "Witness",
"already": "Account is already in the list",
"approve_worker": "Approve",
"cast_votes_through_one_operation": "Cast your votes for witness, committee and workers and broadcast them together.",
"clear_proxy": "Remove proxy",
"cm_approved_by": "Committee members approved by %(account)s",
"cm_not_approved_by": "Committee members not approved by %(account)s",
"committee": "Committee member name",
"create_worker": "Create a new worker",
"creator": "Creator",
"daily": "daily",
"daily_pay": "Daily Pay",
"end": "End date",
"expired": "Expired",
"funding": "Funding",
"go_proxy": "Go to",
"hide_legacy_proposals": "Hide Legacy Proposals",
"inactive": "Inactive",
"info": "Info",
"join_committee": "Join committee",
"join_witnesses": "Join Witnesses",
"line": "Line",
"max_pay": "Maximum total pay",
"missing": "Needed",
"name": "Nom",
"new": "Proposed (%(count)s)",
"no_proxy": "No Proxy",
"polls": "BSIPs/Polls (%(count)s)",
"proxy": "Proxy Voting Account",
"proxy_current": "Your current proxy is",
"proxy_known": "Or choose an account as your proxy",
"proxy_short": "Proxy",
"publish": "Publish Changes",
"recycled": "Recycled",
"reject_worker": "Reject",
"remove_committee": "Remove",
"remove_witness": "Remove",
"save_finish": "Click save to finish",
"set_proxy": "Set a proxy here",
"start": "Start date",
"status": {
"neutral": "Neutral",
"rejected": "Rejected",
"supported": "Supported",
"title": "Status"
},
"support": "Support",
"supported": "Supported",
"threshold": "Votes required to activate",
"toggle": "Toggle vote",
"total_budget": "Daily budget",
"total_votes": "Votes",
"unclaimed": "Unclaimed pay",
"unused_budget": "Unused daily worker budget",
"url": "Webpage",
"votes": "Votes",
"votes_against": "Votes against",
"w_approved_by": "Witnesses approved by %(account)s",
"w_not_approved_by": "Witnesses not approved by %(account)s",
"witness": "Witness name",
"worker_account": "Worker account",
"workers": "Ouvriers",
"workers_short": "Workers"
},
"voting": "Votes",
"welcome": "Welcome to BitShares",
"whitelist": {
"add": "Add to whitelist",
"add_black": "Add to blacklist",
"black": "Blacklist",
"black_by": "Blacklisted by",
"blacklist_authorities": "Blacklist authority",
"empty": "%(account)s has not whitelisted any accounts.",
"empty_black": "%(account)s has not blacklisted any accounts.",
"empty_black_by": "No accounts have blacklisted %(account)s.",
"empty_white_by": "No accounts have whitelisted %(account)s.",
"title": "Whitelist",
"white_by": "Whitelisted by",
"whitelist_authorities": "Whitelist authority",
"whitelist_market_fee_sharing": "Market fee sharing whitelist"
}
},
"account_browsing_mode": {
"go_back": "Go back to my account",
"modal_description": "You're switching an account which you don't have active authority over. You can browse this account, but in view only mode",
"modal_title": "View Only Mode",
"never_show_again": "Never show again",
"view_mode": "View Mode",
"you_are_in_browsing_mode": "You're in view only mode of the current account. Click here to get back to your account."
},
"alert": {
"warning": "Warning"
},
"app_init": {
"browser": "Unsupported browser",
"browser_text": "The Browser you are using has not been fully tested to support the BitShares Wallet. We highly recommend that you backup your local wallet and import it using the Chrome Browser until we have had more time to fully test your browser of choice. Use at your own risk.",
"check_latency": "Running latency checks...",
"check_latency_feedback": "Running latency checks (%(pinged)s/%(totalToPing)s nodes) ...",
"check_latency_feedback_country": "Latency check in best country (%(pinged)s/%(totalToPing)s nodes)",
"check_latency_feedback_last": "Latency check for last connected node (%(pinged)s/%(totalToPing)s nodes)",
"check_latency_feedback_region": "Latency check in best region (%(pinged)s/%(totalToPing)s nodes)",
"check_latency_feedback_rest": "Latency check for remaining nodes (%(pinged)s/%(totalToPing)s nodes)",
"check_latency_feedback_world": "Latency check in each region (%(pinged)s/%(totalToPing)s nodes)",
"connected": "Connected",
"connecting": "Connecting to API server: %(server)s",
"database": "Connection established, initializing local databases",
"not_connected": "Not connected",
"retry": "Retry",
"title": "Application initialization issues",
"understand": "I understand",
"ws_status": "Full node connection status"
},
"assets": {
"BTS": "BTS is the core token of the BitShares Blockchain"
},
"boolean": {
"false": "False",
"true": "True"
},
"borrow": {
"adjust": "Update position",
"adjust_short": "Adjust",
"call_limit": "Market Call Limit",
"close": "Close position",
"coll_ratio": "Ratio",
"coll_ratio_target": "Target Ratio",
"considered_on_revival": "Included",
"enable_target_collateral_ratio": "Use Target Collateral Ratio",
"errors": {
"below": "Your collateral ratio is below %(mr)s which is not allowed.",
"below_info": "Your position is below the required maintenance collateral ratio! Increasing collateral ratio is allowed, debt can only be decreased.",
"below_mcr_tcr": "Any ratio below %(mr)s will be treated as %(mr)s by chain.",
"below_ratio_mcr_update": "Your collateral ratio is blow your original %(ocr)s. Only increased ratio is allowed on margin called orders",
"close": "Your collateral ratio is close to %(mr)s which means this position is in danger of being margin called if the price drops.",
"collateral": "Insufficient collateral balance",
"increased_debt_on_margin_call": "You increased your debt, which is not allowed when updating a margin called position"
},
"lockedCR": "Locking Collateral Ratio will override other locked fields",
"maximize_debt_set_ratio_slider": "You must set a collateral ratio before being able to maximize debt",
"no_valid": "No valid feeds for %(asset_symbol)s",
"pay_max_debt": "Pay Max Debt",
"target_collateral_ratio": "Target Collateral Ratio",
"target_collateral_ratio_explanation": "When the position is being margin called, the corresponding order will be just big enough to bring the collateral ratio of the position greater or equal to the target collateral ratio",
"target_collateral_ratio_short": "TCR",
"title": "%(asset_symbol)s Margin",
"update": "Update",
"use_max": "Use Max"
},
"browser_notification_messages": {
"money_received_body": "Vous a envoyé %(amount)s %(symbol)s",
"money_received_title": "Transfert à partir de %(from)s"
},
"cancel": "Cancel",
"connection": {
"automatic_reconnect": " After %(reconnect_in_seconds)s seconds a reconnection attempt will be made automatically.",
"manual_ping": "Go to ping nodes",
"manual_ping_and_narrow_down": "Narrow down nodes and ping",
"manual_reconnect": "Reconnect now",
"narrow_down_nodes": "Narrow down nodes",
"narrow_down_nodes_tooltip": "Restrict the ping and automatic selection process of the wallet to only the selected nodes/regions. Choose nodes/regions close to your geolocation, this may significantly increase your felt connectivity. Leave empty to consider all.",
"out_of_sync": "Your connection has been out of sync for %(out_of_sync_seconds)s seconds.",
"title_out_of_sync": "Connection out of sync",
"want_to_reconnect": "If the connection can be recovered this message will disappear automatically."
},
"counterpart": {
"formats": {
"date": {
"full": "%F %T %Z",
"market_history": "%e/%m %H:%M:%S",
"market_history_us": "%m/%e %H:%M:%S",
"short_custom": "%e %b '%y"
}
}
},
"credit_offer": {
"accepted_pawn": "Acceptable",
"account": "Account",
"active": "Active",
"add_pawn": "Add collateral",
"add_whitelist": "Add white account",
"asset": "Asset",
"available_amount": "Available",
"borrow": "Loan",
"borrow_amount": "Amount",
"closed": "Closed",
"create": "Create credit offer",
"credit_debt_account": "Account",
"credit_debts": "Credit Debts",
"credit_offers": "Credit Offers",
"credit_right_account": "Account",
"credit_rights": "Credit Rights",
"current_available_balance": "Current Available Balance",
"current_balance": "Available",
"debt": "Debt",
"edit": "Modify credit offer",
"estimated_fee": "Estimated fee",
"fee_rate": "Rate",
"info_borrow_err": "Can't borrow from oneself !",
"invalid_min_bigger_amount": "Min cannot be bigger than amount",
"list_repay_period": {
"period_-1": "No limit",
"period_0": "12 Hours",
"period_1": "1 Day",
"period_2": "3 Days",
"period_3": "7 Days",
"period_4": "30 Days",
"period_5": "90 days",
"period_6": "365 days",
"period_7": "730 days",
"period_8": "1825 days"
},
"loan_amount": "Maximum",
"min_borrow": "Minimum",
"min_loan_bigger_than_balance": "Min to loan > Total credit offer balance (%(min)s > %(balance)s)",
"mortgage_assets": "Collateral",
"my_debt": "My debt",
"number_is_to_big": "You have used a big number which caused overflow",
"operate": "Action",
"operate_delete": "Delete",
"operate_edit": "Modify",
"override_authority_warning": "Be careful, this asset has an `override_authority` setting, so the owner of the asset could transfer it back to himself with no agreement",
"override_authority_warning_p1": "%(symbol)s is controlled by its issuer",
"override_authority_warning_p2": "Do your own due diligence when using ",
"pawn_amount": "Amount",
"plh_input_asset_name": "Enter asset",
"plh_select_validity_period": "Choose an expiration date",
"price": "Price",
"redemption_collateral": "Redeem collateral",
"repay": "Repay",
"repay_period": "Repay period",
"status": "Status",
"tip_fee_rate": "Expressed as a percentage",
"tip_pawn_amount": "The amount of collateral required for each unit of assets lent",
"title_add_pawn": "Add collateral",
"title_add_whitelist": "Add white account",
"total_amount": "Total",
"total_to_repay": "Repay Total",
"validity_period": "Expiration",
"whitelist_account": "Account"
},
"customizable_table": {
"customize_the_columns": "Customize the Columns"
},
"dashboard": {
"featured_markets": "Featured Markets",
"starred_markets": "Starred Markets",
"table_empty": "No market matched",
"top_markets": "Top Markets"
},
"errors": {
"loading_from_blockchain": "Error fetching form the blockchain, please retry.",
"loading_from_es": "Error fetching from elastic search database."
},
"exchange": {
"actions": "Actions",
"add_quote": "Add",
"asks": "Sell orders",
"atr": "Average True Range",
"balance": "Solde",
"base_supply": "Base supply",
"bids": "Buy orders",
"borrow": "Borrow",
"borrow_short": "Borrow",
"buy": "Acheter",
"buy_description": "Buy %(baseAsset)s %(baseName)s for %(quoteAsset)s %(quoteName)s",
"buy_min": "Acheter au moins",
"buy_sell": "Order Form",
"buysell_formatter": "{direction} {asset}",
"call": "Prix de flux",
"cancel_order_select_all": "Select all orders",
"cancel_selected_orders": "Cancel selected order(s)",
"change": "Change",
"chart_error": "Chart already exist",
"chart_height": "Chart height (pixels)",
"chart_hide": "Hide Charts",
"chart_load": "Load",
"chart_modal": "Chart options",
"chart_save": "Save",
"chart_type": "Chart type",
"checking_for_worth_less_settlement": "Checking if you can get a better price by selling to market, please wait..",
"confirm_buy": "Your order is %(diff)s times higher than the lowest ask, are you sure?",
"confirm_no_orders_buy": "You are placing a buy order in a market with no open sell orders. Are you certain you wish to proceed?",
"confirm_no_orders_sell": "You are placing a sell order in a market with no open buy orders. Are you certain you wish to proceed?",
"confirm_sell": "Your order is %(diff)s times lower than the highest bid, are you sure?",
"core_rate": "Fee Rate",
"custom_quote": "Add a custom quote",
"deposit": "Deposit",
"description": "Description",
"ema": "Exponential Moving Average",
"enter_chart_layout_name": "Enter Chart Layout Name",
"featured": "Top Markets",
"fee": "Fee",
"feed_price": "Feed Price",
"filter": "Filter...",
"flip": "Flip",
"global_settle": "Global Settlement",
"group_order_limit": "Groupe",
"hide": "Hide",
"highest_bid": "Demande le plus haut",
"history": "Market trades",
"horizontal": "Horizontal",
"index": "Index",
"invalid_amount": "Invalid amount",
"invalid_price": "Invalid price",
"invert": "Invert the price",
"latest": "Dernier Prix",
"layout_name": "Layout Name",
"limit": "Limit",
"load_chart_layout": "Load Chart Layout",
"load_custom_charts": "Load custom charts",
"lowest_ask": "Offre le plus bas",
"maintenance": "Maintenance Call Price",
"market": "Market",
"market_depth": "Market Depth",
"market_frozen": "The owner of %(asset)s has disabled trading in this market.",
"market_name": "My Markets",
"market_picker": {
"filter_by_issuer": "Filter by asset owner",
"find_by_asset": "Find by asset",
"results": "Results (%(total_assets)s)",
"search": "Asset name",
"search_for_asset": "Search for asset",
"search_mode": "Mode",
"show_all": "Show All",
"sub_title": "Find an asset to replace",
"title": "Market Picker",
"use": "Use"
},
"modified": "Modified",
"more": "Find markets",
"move_down": "Move down",
"move_up": "Move up",
"my_asks": "My asks",
"my_bids": "My bids",
"my_history": "My trades",
"my_orders": "My open orders",
"native": "Native",
"new": "New",
"no_asks": "No asks",
"no_balance": "Insufficient balance",
"no_bids": "No bids",
"no_data": "No data",
"no_orders": "No orders",
"order_book": "Order Book",
"order_depth": "Carnet d'ordres",
"order_grouping": "Order Grouping %(orderlimit)s%",
"orders": "Orders",
"others": "Others",
"overbought": "Overbought",
"oversold": "Oversold",
"panels_mirror": "Mirror Panels",
"period": "Time period (days)",
"price": "Prix",
"price_alert": {
"add_rule": "add rule",
"alert_when": "Alert me when",
"higher_than": "Higher Than",
"lower_than": "Lower Than",
"notification": {
"higher_than": "The price of %(pair)s rose higher than %(expectedPrice)s and now is %(actualPrice)s",
"lower_than": "The price of %(pair)s fell lower than %(expectedPrice)s and now is %(actualPrice)s"
},
"price": "Price",
"title": "Price Alert",
"use_button": "Use \"add rule\" button to create price alert for "
},
"price_history": "Historique du prix",
"price_market": "Market Price",
"quantity": "Quantité",
"quick_deposit": "Deposit %(asset)s",
"quick_deposit_bridge": "Use a Bridge to deposit external assets using one of the existing gateways and instantly trade it into %(target)s",
"quick_deposit_bridge_button": "Use a Bridge",
"quick_deposit_gateway": "Deposit real %(asset)s using a gateway to obtain IOUs whose backing is provided by the respective gateway",
"quick_deposit_gateway_button": "Use a Gateway",
"quick_deposit_tooltip": "Deposit %(asset)s",
"quick_trade": "Quick trade",
"quick_trade_details": {
"amount": "Amount",
"effective": "effective",
"feed_price": "Feed price",
"id": "Id",
"last_price": "Last market price",
"liquidity_penalty": "Liquidity penalty",
"market_fee": "Market fee",
"order": "Order",
"orders": "Orders",
"placeholder_receive": "Choose asset to receive",
"placeholder_sell": "Choose asset to sell",
"price": "Price",
"seller": "Seller",
"subscribe_to_market": "Subscribe to market",
"tooltip": "Enter at least three characters of an asset symbol to search",
"total": "Total",
"transaction_fee": "Transaction fee",
"your_price": "Your price"
},
"quote": "Quote currency:",
"quote_selection": "Modify quote selection",
"quote_supply": "Quote supply",
"receive": "Receive",
"remove": "Remove",
"rsi": "Relative Strength Index",
"save_custom_charts": "Save custom charts",
"save_new_chart_layout": "Save New Chart Layout ",
"scaled": "Scaled",
"search": "Search for more markets here",
"sell": "Vendre",
"sell_description": "Sell %(baseAsset)s %(baseName)s for %(quoteAsset)s %(quoteName)s",
"settings": {
"header": "Personalize",
"options": {
"grouping_1": "Group 1",
"grouping_2": "Group 2",
"grouping_standalone": "Standalone",
"hidden_chart": "Hide chart",
"horizontal": "Horizontal",
"position_order_asset_opt1": "Orders above Asset",
"position_order_asset_opt2": "Asset above Order",
"position_order_form_opt1": "Buy - Sell",
"position_order_form_opt2": "Sell - Buy",
"position_order_orders_opt1": "Buy - Sell",
"position_order_orders_opt2": "Sell - Buy",
"vertical": "Vertical"
},
"title": {
"chart_height": "Height",
"chart_tools": "View Tools",
"chart_type": "Type",
"chart_zoom": "Allow Zoom",
"hide_function_buttons": "Hide function buttons",
"market_location": "Market location",
"market_trades": "Market Trades",
"my_trades": "My Trades",
"open_orders": "Open Orders",
"order_book_grouping": "Order Book Grouping",
"order_style": "Style",
"orderbook_auto_scroll": "Auto scroll",
"position_order_asset": "Vertical Orders / Asset",
"position_order_form": "Buy/Sell Asset",
"position_order_orders": "Buy/Sell Orders",
"reduce_scrollbars": "Reduce Scroll Bars",
"reverse_order_book": "Reverse Order Book",
"settlements": "Settlements",
"single_colum_order_form": "Single Column Order Form"
},
"tooltip": {
"chart_height": "Define the height of the charts",
"chart_reload": "Changing this setting will reload the chart",
"chart_tools": "Shows/Hides the left and top toolbar, as well as the context menu. Tools are always hidden in tiny screen.",
"chart_type": "Switch between market depth and price charts, or disable charts",
"chart_zoom": "Allow chart zooming. Zooming is always disabled in tiny screen.",
"decrease_chart_height": "Decrease the height of the chart",
"hide_function_buttons": "Hide all buttons that can be managed within the personalize form",
"increase_chart_height": "Increase the height of the chart",
"market_location": "Which side to pin the vertical order book on. This will switch place with market panel",
"market_trades": "",
"my_trades": "",
"open_orders": "",
"order_book_grouping": "Group orders which are close together by a defined percentage",
"order_style": "Use vertical order book to pin it to the side panel",
"orderbook_auto_scroll": "Auto scroll the order book to keep center as new orders come in. Disable to allow scrolling",
"panel_grouping": "Define panel grouping",
"position_order_asset": "Define the vertical order for the order form vs order book",
"position_order_form": "Define the horizontal order for the order form",
"position_order_orders": "Define the horizontal order for the order book",
"reduce_scrollbars": "Disable scroll bars by default",
"reload": "Changing this option will only affect after manually reloading",
"reverse_order_book": "Reverse order book to have buy orders on top",
"settlements": "",
"show_market_depth": "Show market depth",
"show_price_chart": "Show price chart",
"single_colum_order_form": "Enforce that Price, Quantity, Total, etc. are in one column (not floating)"
}
},
"settle": "Settlement",
"settle_better_marketprice": "Market price is in favour",
"settle_better_settleprice": "Settlement price is in favour",
"settle_delay": "This asset will settle in %(hours)s hours",
"settle_delay_globally_settled": "This asset will settle instantly",
"settle_globally_settled": "Settle instantly",
"settle_globally_settled_tooltip": "This asset is globally settled. You can settle it instantly for the global settlement price (see exchange header or asset details)",
"settle_offset": "Settlement price offset: %(offset)s%",
"settle_orders": "Settle orders",
"settlement_date": "Settlement date",
"settlement_description": "Settlement of %(quoteAsset)s %(quoteName)s",
"settlement_hint": "You are attempting to settle {long}. Here is a price break down of {market_link}:",
"settlement_of": "Settlement of",
"short": "Short",
"show_all_orders": "Show all %(rowcount)s orders",
"show_all_trades": "Show all %(rowcount)s trades",
"show_asks": "Show all asks",
"show_bids": "Show all bids",
"show_only_liquid": "Show liquid markets only",
"show_only_star_formatter": "Show {star_icon} only",
"sma": "Simple Moving Average",
"spread": "Spread",
"squeeze": "Margin Call Price",
"time": "Candlesticks",
"to_market": "Go to market",
"total": "Total",
"trading_pair": "Trading pair",
"value": "Valeur",
"vertical": "Vertical",
"vol_short": "Vol",
"volume": "Volume",
"volume_24": "24hr Volume",
"worth_less_settlement_warning": "Warning! You can get a better price by selling to {market_link}.",
"your_price": "Your Call Price",
"zoom": "Zoom",
"zoom_all": "All"
},
"explorer": {
"account": {
"title": "Compte"
},
"accounts": {
"filter": "Filtrer les comptes",
"filter_contacts": "Filtrer les contacts",
"title": "Comptes"
},
"asset": {
"actions": "Asset actions",
"asset_owner_responsible": "The asset symbol, description as well as its parameters are user defined (by the asset owner)",
"collateral": {
"bid": "Bid Collateral",
"bid_price": "Bid price",
"bid_text": "Unfortunately, %(asset)s is in Global Settlement. During this time it is possible to bid on the collateral in the Settlement Fund and the debt it covers. When the total outstanding debt is covered by bids, and the additional collateral of each bid plus its share from the settlement fund is greater than the MCR, the asset is automatically revived and a margin position is created for each bid.",
"remove_bid": "A bid can be removed by placing a zero collateral bid."
},
"collateral_bid": {
"bid": "Bid Price",
"collateral": "Additional Collateral",
"debt": "Debt Covered",
"empty": "No collateral bids",
"included": {
"no": "No",
"partial": "Partially",
"yes": "Yes"
},
"title": "Collateral Bids"
},
"cumulative": "Σ",
"fee_pool": {
"accumulated_collateral_fees": "Accumulated collateral fees",
"claim_balance": "Claim fee pool balance",
"claim_collateral_fees": "Claim fees",
"claim_fees": "Claim fees",
"claim_pool_text": "The asset owner may withdraw funds from the fee pool using this form:",
"claim_text": "The asset owner may claim any accumulated fees here.",
"core_exchange_rate": "Core exchange rate (CER)",
"fund": "Fund the fee pool",
"fund_text": "The fee pool is used to pay fees in %(core)s by converting the fee in %(asset)s to %(core)s. If the fee pool runs out of funds, fees may no longer be paid in %(asset)s and will default to %(core)s",
"pool_balance": "Pool balance",
"pool_text": "The fee pool is used to pay fees in %(core)s by converting the fee in %(asset)s to %(core)s. If the fee pool runs out of funds, fees may no longer be paid in %(asset)s and will default to %(core)s.<br/><br/>The core exchange rate is the price at which %(asset)s are converted to %(core)s.",
"select_fee_asset": "Select asset to pay fee",
"title": "Fee Pool",
"unclaimed_issuer_income": "Unclaimed asset owner income",
"use_asset_as_default_fee": "Make selected asset default for paying fees",
"use_selected_asset": "Use selected asset"
},
"feed_producer": "Feed producer",
"feed_producer_text": "Approved feed producers may publish a new feed using the form below:",
"info": "Asset info",
"invalid": "The asset name %(name)s is invalid",
"margin_positions": {
"click_to_switch_to_cumulative": "Click to switch between cumulative and position values",
"empty": "No margin positions",
"ratio_danger": "Position is below MCR and will be margin called",
"ratio_warning": "Position is near MCR and in danger of being margin called",
"title": "Margin positions"
},
"not_found": "L'actif %(name)s n'existe pas",
"permissions": {
"accounts_in_whitelist_market_fee_sharing": "Accounts included in Market fee sharing whitelist",
"blacklist_authorities": "Blacklist authorities",
"blacklist_markets": "Blacklist markets",
"max_market_fee": "Max market fee",
"max_supply": "Max supply",
"title": "Permissions",
"whitelist_authorities": "Whitelist authorities",
"whitelist_markets": "Whitelist markets"
},
"prediction_market_asset": {
"prediction": "Prediction",
"resolution_date": "Resolution date",
"tooltip_prediction": "The prediction is a statement defined by the asset owner. If the statement is true, this prediction market asset should be resolved to a settlement price of 1 by the asset owner.",
"tooltip_resolution_date": "The resolution date is an informal statement when the asset owner intends to resolve this betting market."
},
"price_feed": {
"external_feed_price": "Feed price (median of witness feeds)",
"feed_lifetime": "Feed lifetime (hours)",
"feed_price": "Feed price",
"global_settlement_price": "Global settlement Price will be",
"global_settlement_trigger": "Global settlement happens at price",
"initial_collateral_ratio": "Initial collateral ratio (ICR)",
"initial_collateral_ratio2": "Initial collateral ratio (ICR, Set by asset owner)",
"maintenance_collateral_ratio": "Maintenance collateral ratio (MCR)",
"maintenance_collateral_ratio2": "Maintenance collateral ratio (MCR, Set by asset owner)",
"margin_call_fee_ratio": "Margin Call Fee Ratio (MCFR)",
"maximum_short_squeeze_price": "Maximum short squeeze price (MSSP)",