-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlocale-it.json
1877 lines (1877 loc) · 104 KB
/
locale-it.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": "Account",
"activity": "Attività",
"advanced": "Avanzate",
"as_collateral": "Garanzia",
"asset": "Asset",
"asset_details": "Dettagli asset",
"bittrex_scam": "Questo non è il vero account Bittrex, per favore invia al seguente account: bittrex-deposit.",
"bts_market": "Mercato",
"collaterals": "Posizioni con margine",
"confirm_asset_modal": {
"are_you_sure": "Are you sure you want to save all changes to these tabs?",
"header": "Confirm multiple changes"
},
"connections": {
"black": "In blacklist da",
"known": "Conosciuto da"
},
"contacts": "Contatti",
"create_account": "Crea un account",
"create_new": "Crea un nuovo account",
"deposit": "Deposita BTS",
"deposit_address": "Il tuo indirizzo di deposito è il nome del tuo account",
"deposit_withdraw": "Deposita/Preleva",
"eq_value": "Valore stimato",
"eq_value_header": "Valore ({asset})",
"errors": {
"invalid": "Nome account invalido",
"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": "L'account %(name)s non esiste; sei sicuro di averlo digitato correttamente?",
"not_yours": "Non il tuo account",
"unknown": "Account sconosciuto"
},
"estimate_value": "Valore stimato dell'Account",
"existing_accounts": "Account esistenti",
"existing_user": "Utente esistente",
"filter_orders": "Filter",
"follow": "Aggiungi contatto",
"hidden_accounts_row": "Hidden Accounts",
"hide_hidden": "Attivi",
"hide_ignored": "Nascondi account nascosti",
"history": "Storico",
"history_error": "Failed to download the account history, please try again",
"home": "Home",
"hour_24": "Variazione in 24h",
"hour_24_short": "24h",
"id": "ID Account",
"identicon": "Identicon",
"ignore": "Nascondi",
"in_open": "Questa è la quantità di %(asset)s che hai in ordini correntemente aperti.",
"in_open_value": "Questo è il valore stimato di %(asset)s che hai in ordini correntemente aperti.",
"intro_text_1": "Il tuo Exchange decentralizzato",
"intro_text_2": "<b>Il DEX</b> è inerentemente decentralizzato, permettendoti la compravendita del token BitShares (BTS) e una varietà di asset trustless stabili nel prezzo e ancorati al mercato come bitUSD, bitCNY, bitBTC, bitGold e altri. È possibile fare trading di questi asset con <b>zero</b> rischio di controparte, permettendoti di mantenere il pieno controllo sui tuoi fondi.",
"intro_text_3": "<b>Il DEX</b> permette anche la creazione di asset generati dagli utenti (user-issued assets, UIA), con cui si può fare trading con altri UIA o altri asset trustless sulla piattaforma. Un distributore molto noto sul DEX è <b>OpenLedger</b>, che offre una gamma di asset che include BTC, ETH, STEEM, DASH, LTC, DOGE e molti altri",
"intro_text_4": "Ciò garantisce ai trader di criptovalute un unico mix di trading tradizionale e decentralizzato, il tutto con la familiare interfaccia di un exchange. Buon trading!",
"intro_text_title": "Benvenuto su RuDEX",
"login_with": "Login with",
"market_actions": "Operazioni di mercato",
"market_value": "Valore di mercato",
"member": {
"annual": "Abbonato annuale",
"available": "Pronto per la riscossione",
"basic": "Membro Basic",
"cashback": "Saldo del bilancio vesting",
"claim": "Riscuoti ora",
"coindays": "coin days",
"earned": "Coin days raggiunti",
"expires": "scade",
"fee_allocation": "Allocazione commissioni",
"fees_cashback": "Commissioni e cashback",
"fees_paid": "Commissioni membership a vita pagate",
"join": "Iscritto il",
"lifetime": "Membro a vita",
"lifetime_referrer": "Lifetime Referrer",
"membership": "Membership",
"membership_expiration": "Scadenza Membership",
"network_percentage": "Rete",
"referral_link": "Il tuo referral link",
"referral_text": "Comunica questo link alle persone a cui vuoi segnalare BitShares",
"referrals": "Referral",
"referrer": "Affiliate Referrer",
"registrar": "Registrar",
"remaining": "Giorni rimanenti del periodo di vesting",
"required": "Coin days richiesti",
"rewards": "Cashback Rewards",
"stats": "Membership",
"subscribe": "Compra iscrizione annuale",
"suspected_scammer": "Suspected Scammer",
"unknown": "Membro sconosciuto",
"upgrade_lifetime": "Compra iscrizione a vita",
"vested": "Vested"
},
"mine": "Il mio account",
"more": "mostra altro",
"name": "Nome account",
"name_input": {
"name_is_taken": "Questo nome account è già stato preso.",
"not_found": "Account non trovato.",
"premium_name_faucet": "Questo è un nome premium che non è supportato da questo faucet. Per favore inserisci un nome regolare che contiene almeno un trattino, un numero o nessuna vocale.",
"premium_name_warning": "Questo è un nome premium che costa di più di un nome contenente un trattino (-) o un numero."
},
"new_user": "Nuovo utente?",
"no_orders": "Nessun ordine aperto",
"no_price": "Valore sconosciuto",
"open_orders": "Ordini aperti",
"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": "Chiave Memo",
"num_committee": "Numero desiderato di membri del comitato",
"num_witnesses": "Numero desiderato di witness"
},
"orders": "Ordini",
"other_scam": "Questo account non è noto come ufficiale, per favore verifica la destinazione prima di effettuare il trasferimento",
"overview": "Panoramica",
"password_login": "Login con password",
"pay": "Invia a",
"pay_from": "Paga con l'account",
"payees": "Beneficiari",
"percent": "Percentuale della disponibilità totale",
"perm": {
"account_name_or_key": "Nome account o chiave",
"acct_or_key": "Account / Chiave / Indirizzo",
"action": "Azione",
"active": "Permessi attivi",
"add": "Aggiungi permesso",
"add_permission_label": "Inserisci nome/chiave dell'account e peso",
"brain": "Posizione brainkey",
"cancel": "Annulla",
"confirm_add": "Aggiungi",
"from": "Importato dall'account",
"key": "Chiave/Nome",
"key_viewer": "Visualizzatore chiave privata",
"memo_key": "Chiave memo",
"memo_public_key": "Chiave pubblica memo",
"memo_warning": "ATTENZIONE: Se sostituisci la chiave dei memo, non sarai in grado di leggere i vecchi memo quando fai il login con la tua password, e a meno che tu non importi la nuova chiave privata dei memo nel tuo vecchio portafoglio, quel portafoglio non potrà decodificare i nuovi memo",
"new_active": "Nuova chiave attiva",
"new_memo": "Nuova chiave memo",
"new_owner": "Nuova chiave proprietario",
"owner": "Permessi proprietario",
"password_model": "Modalità account",
"password_model_1": "Se vuoi essere in grado di effettuare il login dovunque tramite password e nome account, puoi usare questa pagina per aggiungere nuove chiavi ai tuoi permessi. Se vuoi anche rimuovere le chiavi originali, puoi farlo nella schede permessi attivi/proprietario.",
"password_model_2": "Aggiungi chiavi generate tramite password",
"private": "Chiave privata (WIF - Wallet Import Format)",
"public": "Chiave pubblica",
"publish": "Pubblica modifiche",
"remove_text": "Rimuovi",
"reset": "Azzera modifiche",
"save": "Save Changes",
"save_all": "Save All Changes",
"show": "mostra",
"sign_owner": "Firma come proprietario",
"threshold": "Soglia",
"type": "Tipo",
"use_text": "Usa",
"valid_pub": "Chiave Pubblica Valida",
"warning1": "Il peso totale %(weights_total)s dei permessi attivi dovrebbe essere uguale o maggiore della soglia %(threshold)s",
"warning2": "Il peso totale %(weights_total)s dei permessi del proprietario dovrebbe essere uguale o maggiore della soglia %(threshold)s",
"warning3": "L'account è già nella lista",
"warning4": "La chiave è già nella lista",
"weight": "Peso"
},
"permissions": "Permessi",
"please_create_account": "Per favore crea un account",
"polo_scam": "Questo non è il vero account Poloniex, per favore invia al seguente account: poloniexwallet.",
"portfolio": "Il mio Portfolio",
"propose_from": "Proponi da",
"qty": "Qtà",
"quote": "Quote",
"recent": "Attività recente",
"reset_orders": "Reset",
"restore": "Ripristina",
"search": "Search for an account",
"see_open": "Mostra ordini aperti",
"select_placeholder": "Seleziona Account...",
"settle": "Settle",
"show_hidden": "Nascosti",
"show_ignored": "Mostra account nascosti",
"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"
},
"submit_orders": "Submit",
"total": "Totale ({asset})",
"total_estimate": "Questa è una stima del valore di tutti i tuoi asset, inclusi asset nascosti, ordini aperti, debito e garanzia. La stima è ottenuta usando informazioni in tempo reale dalla blockchain, e potrebbe non essere del tutto accurata.",
"total_value": "Valore totale",
"trade": "Trading",
"transactions": {
"id": "ID",
"info": "Info",
"time": "Time",
"type": "Type"
},
"transfer_actions": "Trasferimenti",
"unfollow": "Rimuovere",
"unignore": "Mostra",
"upgrade": "Upgrade dell'account",
"user_issued_assets": {
"add_feed": "Add new feed producer",
"advanced": "Caratteristiche avanzate",
"approx_fee": "Commissione approssimativa",
"backing": "Asset di supporto short",
"base": "Quantità asset di base",
"base_name": "Asset di base",
"bitasset_opts": "Opzioni SmartCoin",
"cer_warning_1": "Avviso",
"cer_warning_2": "Assicurati che il tuo core exchange rate sia maggiore del prezzo di mercato, altrimenti le persone compreranno il tuo token dal mercato e prosciugheranno il tuo fee pool tramite arbitraggio implicito. Il core exchange rate dovrebbe essere aggiornato regolarmente per riflettere il prezzo di mercato del tuo asset.",
"charge_market_fee": "Abilita commissione di mercato",
"committee_fed_asset": "Permetti ai committee members di fornire feed",
"condition": "Condizione (massimo 60 caratteri)",
"conflict_feed": "Cannot allow witnesses and committee members to provide feeds simultaneously",
"core_exchange_rate": "Tasso di cambio centrale",
"current_issuer": "Account proprietario corrente",
"decimals": "Numero di decimali",
"description": "Descrizione",
"details": "Dettagli",
"disable_confidential": "Disabilita transazioni private",
"disable_force_settle": "Disabilita settling obbligato",
"error_invalid": "Quell'asset non può essere usato",
"error_precision": "Quell'asset non ha la stessa precisione di %(asset)s",
"exists": "Questo asset esiste sempre",
"expiry": "Data risoluzione mercato",
"feed_lifetime_sec": "Feed lifetime in minuti",
"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": "Flag",
"force_settlement_delay_sec": "Ritardo per i settlement obbligati (minuti)",
"force_settlement_offset_percent": "Deviazione percentuale dei settlement obbligati",
"global_settle": "Consenti all'erogatore di obbligare un settling globale",
"id": "ID",
"invalid_market_pair": "Preferred market pairing can not be the same market",
"issued_assets": "Asset emessi",
"market": "Coppia di mercato preferita",
"market_fee": "Commissione di mercato",
"max_market_fee": "Commissione di mercato massima",
"max_positive": "La disponibilità massima deve essere un numero positivo",
"max_supply": "Disponibilità massima",
"maximum_force_settlement_volume": "Massimo volume di settle obbligati (percentuale della disponibilità totale per ora)",
"minimum_feeds": "Minimo numero di feed",
"mpa": "SmartCoin",
"name": "Name Asset",
"need_asset": "Almeno uno dei due asset deve essere %(name)s",
"new_issuer": "Nuovo account proprietario",
"optional": "Impostazioni opzionali",
"override_authority": "L'erogatore può trasferire l'asset a se stesso",
"perm_warning": "ATTENZIONE: I permessi possono solo essere disattivati, e una volta disattivati non possono più essere attivati!!",
"pm": "Mercato di previsioni binarie",
"precision": "Precisione",
"precision_warning": "Attenzione: Il numero di decimali non può essere modificato dopo la creazione",
"primary": "Impostazioni principali",
"quote": "Quantità asset quotato",
"quote_name": "Asset quotato",
"short": "Nome breve (massimo 32 caratteri)",
"symbol": "Simbolo",
"to": "Emetti nell'account",
"too_large": "La disponibilità massima è eccessiva, per favore scegli un numero più piccolo",
"too_many_feed": "Number of feed producers exceeded the max allowed (%(max)s).",
"transfer_restricted": "L'erogatore deve approvare tutti i trasferimenti",
"update_owner": "Aggiorna proprietario",
"update_owner_text": "The asset owner may change the owner to another account using this form:",
"visible": "Nascondi asset in ricerca e mercati",
"white_list": "Esigi che i possessori siano in white-list",
"witness_fed_asset": "Permetti alle witness di fornire feed"
},
"vesting": {
"balance_number": "Saldo #%(id)s",
"explain": "I saldi vesting contengono tutte le commissioni (fee) guadagnate tramite il programma di affiliazione (referral program) o, per esempio, il pagamento dei worker. Essi hanno un certo periodo di vesting, durante il quale vengono man mano sbloccati finché tutti i fondi sono disponibili.",
"no_balances": "Questo account non ha saldi vesting",
"title": "Saldi vesting"
},
"votes": {
"about": "Informazioni",
"active": "Worker attivi",
"active_short": "Attivo",
"add_committee": "Aggiungi",
"add_committee_label": "Membro del Comitato",
"add_witness": "Aggiungi",
"add_witness_label": "Witness",
"already": "L'account è già nella lista",
"approve_worker": "Approva",
"clear_proxy": "Rimuovi proxy",
"cm_approved_by": "Membri del comitato approvati da %(account)s",
"cm_not_approved_by": "Membri del comitato non approvati da %(account)s",
"committee": "Nome membro del comitato",
"create_worker": "Crea un nuovo worker",
"creator": "Creatore",
"daily": "al giorno",
"daily_pay": "Salario",
"end": "Data fine",
"expired": "Worker scaduti",
"funding": "Finanziamento",
"go_proxy": "Vai a",
"inactive": "Backup",
"info": "Informazioni",
"line": "Linea",
"max_pay": "Salario totale massimo",
"missing": "Necessari",
"name": "Nome",
"new": "Worker proposti",
"no_proxy": "Nessun proxy",
"proxy": "Inserisci manualmente un account come tuo proxy",
"proxy_current": "Il tuo proxy attuale è",
"proxy_known": "O scegli un account come tuo proxy",
"proxy_short": "Proxy",
"publish": "Pubblica modifiche",
"recycled": "Riciclato",
"reject_worker": "Respingi",
"remove_committee": "Rimuovi",
"remove_witness": "Rimuovi",
"save_finish": "Clicca Salva per completare",
"set_proxy": "Set a proxy here",
"start": "Data inizio",
"status": {
"neutral": "Neutrale",
"rejected": "Rifiutata",
"supported": "Supportata",
"title": "Stato"
},
"support": "Supporto",
"supported": "Supportato",
"threshold": "Voti necesssari per l'attivazione",
"toggle": "Cambia voto",
"total_budget": "Budget worker giornaliero totale disponibile",
"total_votes": "Voti netti",
"unclaimed": "Salario non riscosso",
"unused_budget": "Budget worker giornaliero inutilizzato",
"url": "Pagina web",
"votes": "Voti",
"votes_against": "Voti contro",
"w_approved_by": "Witness approvate da %(account)s",
"w_not_approved_by": "Witness non approvate da %(account)s",
"witness": "Nome witness",
"worker_account": "Account Worker",
"workers": "Budget Items",
"workers_short": "Worker"
},
"voting": "Voti",
"welcome": "Benvenuto su BitShares",
"whitelist": {
"add": "Aggiungi alla whitelist",
"add_black": "Aggiungi alla blacklist",
"black": "Blacklist",
"black_by": "Messo in blacklist da",
"blacklist_authorities": "Autorità blacklist",
"empty": "%(account)s non ha messo in whitelist alcun account.",
"empty_black": "%(account)s non ha messo in blacklist alcun account.",
"empty_black_by": "Nessun account ha messo %(account)s in blacklist.",
"empty_white_by": "Nessun account ha messo %(account)s in whitelist.",
"title": "Whitelist",
"white_by": "Messo in whitelist da",
"whitelist_authorities": "Autorità whitelist"
}
},
"app_init": {
"browser": "Browser non supportato",
"browser_text": "Il browser che stai usando non è stato pienamente testato per il supporto del portafoglio BitShares. Raccomandiamo caldamente di fare il backup del tuo portafoglio e importarlo usando il browser Chrome finché non avremo avuto il tempo di testare appieno il tuo browser. Usalo a tuo rischio.",
"check_latency": "Running latency checks...",
"check_latency_feedback": "Running latency checks (%(pinged)s/%(totalToPing)s nodes) ...",
"connected": "Connesso",
"connecting": "Connecting to API server: %(server)s",
"database": "Connection established, initializing local databases",
"not_connected": "Non connesso",
"retry": "Riprova",
"title": "Problemi nell'inizializzazione dell'applicazione",
"understand": "Ho capito",
"ws_status": "Stato della connessione del full node"
},
"borrow": {
"adjust": "Aggiorna posizione",
"adjust_short": "Aggiorna",
"call_limit": "Market Call Limit",
"close": "Chiudi posizione",
"coll_ratio": "Collateral ratio",
"coll_ratio_target": "Target Ratio",
"enable_target_collateral_ratio": "Use Target Collateral Ratio",
"errors": {
"below": "Il tuo collateral ratio è inferiore a %(mr)s, che non è consentito.",
"below_info": "Your position is below the required maintenance collateral ratio! Increasing collateral ratio is allowed, debt can only be decreased.",
"below_ratio_mcr_update": "Your collateral ratio is blow your original %(ocr)s. Only increased ratio is allowed on margin called orders",
"close": "Il tuo collateral ratio è vicino a %(mr)s che significa che questa posizione rischia di essere chiamata con margine se il prezzo scende.",
"collateral": "Saldo di garanzia insufficiente",
"increased_debt_on_margin_call": "You increased your debt, which is not allowed when updating a margin called position"
},
"maximize_debt_set_ratio_slider": "You must set a collateral ratio before being able to maximize debt",
"no_valid": "Nessun feed valido per %(asset_symbol)s",
"pay_max_debt": "Pay Max Debt",
"target_collateral_ratio": "Target Collateral Ratio",
"title": "%(asset_symbol)s con margine",
"update": "Aggiorna",
"use_max": "Use Max"
},
"browser_notification_messages": {
"money_received_body": "Ti ho inviato %(amount)s %(symbol)s",
"money_received_title": "Trasferito da %(from)s"
},
"cancel": "Annulla",
"connection": {
"automatic_reconnect": " After %(reconnect_in_seconds)s seconds a reconnection attempt will be made automatically.",
"manual_ping": "Go to ping nodes",
"manual_reconnect": "Reconnect now",
"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"
}
}
},
"dashboard": {
"featured_markets": "Featured Markets",
"starred_markets": "Starred Markets",
"table_empty": "No market matched",
"top_markets": "Top Markets"
},
"exchange": {
"add_quote": "Add",
"asks": "Ordini di vendita",
"atr": "Average True Range",
"balance": "Saldo",
"base_supply": "Disponibilità valuta di base",
"bids": "Ordini di acquisto",
"borrow": "Prendi in prestito",
"borrow_short": "Borrow",
"buy": "Compra",
"buy_description": "Buy %(baseAsset)s %(baseName)s for %(quoteAsset)s %(quoteName)s",
"buy_min": "Compra almeno",
"buysell_formatter": "{direction} {asset}",
"call": "Call Price",
"change": "Variazione",
"chart_height": "Chart height (pixels)",
"chart_modal": "Chart options",
"chart_type": "Chart type",
"confirm_buy": "Il tuo ordine è %(diff)s volte più alto dell'offerta più bassa, sei sicuro?",
"confirm_no_orders_buy": "Stai facendo un ordine di acquisto in un mercato senza ordini di vendita attivi. Sei sicuro di voler continuare?",
"confirm_no_orders_sell": "Stai facendo un ordine di vendita in un mercato senza ordini di acquisto attivi. Sei sicuro di voler continuare?",
"confirm_sell": "Il tuo ordine è %(diff)s volte più basso della domanda più alta, sei sicuro?",
"core_rate": "Tasso di commissione",
"custom_quote": "Add a custom quote",
"deposit": "Deposit",
"description": "Description",
"ema": "Exponential Moving Average",
"featured": "Mercati top",
"feed_price": "Feed Price",
"filter": "Filter...",
"flip": "Flip",
"group_order_limit": "Gruppo",
"hide": "Nascondi",
"highest_bid": "Domanda (bid) più alta",
"history": "Storico del mercato",
"horizontal": "Orizzontale",
"index": "Indice",
"invalid_amount": "Quantità non valida",
"invalid_price": "Prezzo non valido",
"invert": "Inverti il prezzo",
"latest": "Ultimo prezzo",
"lowest_ask": "Offerta (ask) più bassa",
"maintenance": "Prezzo Maintenance Call",
"market": "Mercato",
"market_frozen": "Il proprietario di %(asset)s ha disabilitato il trading in questo mercato.",
"market_name": "I miei mercati",
"market_picker": {
"filter_by_issuer": "Filter by issuer",
"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"
},
"more": "Trova mercati",
"move_down": "Move down",
"move_up": "Move up",
"my_asks": "Le mie ask",
"my_bids": "Le mie bid",
"my_history": "Il mio storico transazioni",
"my_orders": "I miei ordini attivi",
"native": "Native",
"new": "Nuovo",
"no_asks": "No asks",
"no_balance": "Saldo insufficiente",
"no_bids": "No bids",
"no_data": "Nessun dato",
"no_orders": "No orders",
"order_depth": "Market Depth",
"others": "Altri",
"overbought": "Overbought",
"oversold": "Oversold",
"period": "Periodo (giorni)",
"price": "Prezzo",
"price_history": "Grafico del prezzo",
"price_market": "Market Price",
"quantity": "Quantità",
"quote": "Quote currency:",
"quote_selection": "Modify quote selection",
"quote_supply": "Disponibilità valuta quotata",
"receive": "Ricevi",
"remove": "Remove",
"rsi": "Relative Strength Index",
"search": "Cerca qui altri mercati",
"sell": "Vendi",
"sell_description": "Sell %(baseAsset)s %(baseName)s for %(quoteAsset)s %(quoteName)s",
"settings": "Opzioni grafico",
"settle": "Settlement",
"settle_orders": "Ordini settle",
"short": "Short",
"show_asks": "Mostra tutte le ask",
"show_bids": "Mostra tutte le bid",
"show_only_liquid": "Show liquid markets only",
"show_only_star_formatter": "Show {star_icon} only",
"sma": "Simple Moving Average",
"spread": "Spread",
"squeeze": "Prezzo Margin Call",
"time": "Candlestick",
"to_market": "Vai al mercato",
"total": "Totale",
"trading_pair": "Trading pair",
"value": "Valore",
"vertical": "Verticale",
"vol_short": "Vol",
"volume": "Volume",
"volume_24": "Volume 24h",
"your_price": "Il tuo Call Price",
"zoom": "Zoom",
"zoom_all": "Tutto"
},
"explorer": {
"account": {
"title": "Account"
},
"accounts": {
"filter": "Filtra account",
"filter_contacts": "Filtrare i contatti",
"title": "Account"
},
"asset": {
"actions": "Asset actions",
"fee_pool": {
"claim_balance": "Claim fee pool balance",
"claim_fees": "Riscuoti commissioni",
"claim_pool_text": "The asset owner may withdraw funds from the fee pool using this form:",
"claim_text": "L'erogatore dell'asset può riscuotere qui eventuali commissioni accumulate.",
"core_exchange_rate": "Core exchange rate (CER)",
"fund": "Fund the fee pool",
"fund_text": "Il fee pool è usato per pagare le commissioni in %(core)s convertendo automaticamente le commissioni in %(asset)s a %(core)s. Se il fee pool esaurisce i fondi, le commissioni non possono più essere pagate in %(asset)s e saranno di default in %(core)s",
"pool_balance": "Saldo del pool",
"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.",
"title": "Fee Pool",
"unclaimed_issuer_income": "Reddito dell'erogatore non riscosso"
},
"feed_producer": "Feed producer",
"feed_producer_text": "Approved feed producers may publish a new feed using the form below:",
"info": "Asset info",
"invalid": "Il nome di asset %(name)s non è valido",
"margin_positions": {
"title": "Posizioni con margine"
},
"not_found": "L'asset %(name)s non esiste",
"permissions": {
"blacklist_authorities": "Autorità blacklist",
"blacklist_markets": "Mercati in blacklist",
"max_market_fee": "Massima commissione di mercato",
"max_supply": "Massima disponibilità",
"title": "Permessi",
"whitelist_authorities": "Autorità whitelist",
"whitelist_markets": "Mercati in whitelist"
},
"price_feed": {
"force_settlement_offset": "Force settlement offset",
"global_settlement_price": "Global settlement price",
"maintenance_collateral_ratio": "Rapporto di garanzia di mantenimento (MCR)",
"maximum_short_squeeze_ratio": "Massimo short sqeeze ratio (MSSR)",
"settlement_delay": "Settlement delay",
"settlement_price": "Prezzo di settlement",
"title": "Price Feed"
},
"price_feed_data": {
"core_exchange_rate": "CER",
"maintenance_collateral_ratio": "MCR",
"maximum_short_squeeze_ratio": "MSSR",
"published": "Pubblicato",
"publisher": "Publisher",
"settlement_price": "Prezzo di settlement",
"title": "Dati del Price Feed"
},
"summary": {
"asset_type": "Tipo di asset",
"current_supply": "Disponibilità corrente",
"issuer": "Erogatore",
"market_fee": "Commissione di mercato",
"max_market_fee": "Massima commissione di mercato",
"stealth_supply": "Disponibilità nascosta"
},
"title": "Asset",
"whitelist": {
"blacklist_authorities": "Autorita blacklist",
"blacklist_markets": "Blacklist mercato",
"enable_flag": "Il flag 'whitelist' deve essere abilitato per impostare le autorità whitelist",
"whitelist_authorities": "Autorità whitelist",
"whitelist_markets": "Whitelist mercato"
}
},
"assets": {
"id": "ID",
"issuer": "Erogatore",
"market": "SmartCoin",
"precision": "Precisione",
"prediction": "Asset mercato di previsioni",
"symbol": "Simbolo",
"title": "Asset",
"units": "Unità",
"user": "Asset emessi dagli utenti (UIA)"
},
"block": {
"account_upgrade": "Account da iscrivere",
"asset_issue": "Quantità da emettere",
"asset_update": "Asset da aggiornare",
"authorizing_account": "Account autorizzante",
"call_limit": "Limite di Call",
"common_options": "Opzioni comuni",
"count": "Numero di transazioni",
"date": "Data",
"fee_payer": "Account che paga le commissioni",
"feed_price": "Feed price",
"go_to": "Vai al blocco",
"id": "ID blocco",
"key": "Chiave pubblica",
"lifetime": "Iscriviti come membro a vita",
"listed_account": "Account in lista",
"max_margin_period_sec": "Massimo periodo di margine (s)",
"new_listing": "Nuova voce",
"new_options": "Nuove opzioni",
"new_producers": "Nuovo produttore di feed",
"next_secret": "Hash segreto successivo",
"op": "Operazione",
"op_type": "Tipo di operazione",
"previous": "Precedente",
"previous_secret": "Segreto precedente",
"settlement_price": "Prezzo di settlement",
"short_limit": "Limite di Short",
"time": "Ora",
"title": "Blocco",
"transactions": "Numero di transazioni",
"trx": "Transazione",
"witness": "Witness"
},
"blocks": {
"active_committee_members": "Membri del comitato attivi",
"active_witnesses": " Witness attive",
"avg_conf_time": "Tempo di conferma medio",
"block_time": "Tempo di blocco",
"block_times": "Tempi di blocco",
"current_block": "Blocco corrente",
"globals": "Parametri globali",
"last_block": "Ultimo blocco",
"recent": "Blocchi recenti",
"recently_missed_blocks": "Blocchi persi recentemente",
"title": "Blockchain",
"transactions": "# di transazioni",
"trx": "Transazioni",
"trx_per_block": "Trx/blocco",
"trx_per_sec": "Trx/s"
},
"committee_member": {
"title": "Membro del comitato"
},
"committee_members": {
"active": "Numero totale di membri del comitato attivi",
"title": "Membri del comitato"
},
"fees": {
"fee": "Commissione standard",
"feeeq": "(equivalente)",
"feeltm": "Commissione membro a vita/annuale",
"feeltmeq": "(equivalente)",
"type": "Tipo di commissione"
},
"proposals": {
"authority_depth_warning": "This proposal may not get approved because this permission exceeds the maximum authority depth.",
"children_authority_depth_warning": "This proposal may not get approved because a permission exceeds the maximum authority depth.",
"failed": "Failed",
"failed_execute": "Approved, failed to execute.",
"pending": "Pending",
"pending_approval": "Pending approval.",
"pending_review": "Approved, review time.",
"review": "Review",
"title": "Transazioni proposte"
},
"witnesses": {
"budget": "Budget rimanente",
"card": "Visualizzazione a schede",
"current": "Witness attuale",
"last_confirmed": "Ultimo confermato",
"missed": "Blocchi persi",
"next_vote": "Prossimo aggiornamento dei voti",
"participation": "Tasso di partecipazione",
"pay": "Paga-per-blocco",
"rank": "Posizione",
"table": "Visualizzazione a tabella",
"title": "Witness",
"filter_by_name": "Filtrer par nom"
},
"workers": {
"create": "Crea una nuova worker proposal",
"create_text_1": "Per creare il nuovo worker, per favore riempi il seguente form. Il worker sarà creato usando il tuo account correntemente attivo, che deve già essere un membro a vita.",
"create_text_2": "Valuta attentamente i parametri che scegli, dal momento che non possono essere modificati una volta che hai pubblicato il tuo worker.",
"daily_pay": "Paga giornaliera (BTS)",
"date_text": "La data d'inizio dovrebbe essere almeno una settimana nel futuro, in modo da dare alle persone il tempo di scoprire, valutare e votare per il tuo worker.",
"name_text": "Il nome del tuo worker dovrebbe essere breve e descrittivo, tipo: 'Scopo del worker - Nome Account'",
"pay_text": "La paga giornaliera specifica quanto quanto vuoi essere pagato al giorno, ed è specificata in BTS. Attualmente, è buona norma definire il salario in USD/CNY, e impegnarsi a bruciare qualunque surplus che ottieni per via della crescita del prezzo di BTS. Finché il tuo worker è attivo e dispone di voti a sufficienza da stare sopra il Refund Worker, riceverai questa paga giornaliera.",
"period": "Durata worker",
"title": "Nome del worker",
"url_text": "Dovresti fornire un sito web, un documento github o Google doc che spieghi in dettaglio lo scopo del worker e come intendi utilizzare la paga del worker.",
"vesting_pay": "Periodo di vesting del salario (giorni)",
"vesting_text": "Il periodo di vesting definisce il numero di giorni che i guadagni del worker dovranno maturare (vest) prima di poter essere interamente riscossi.",
"website": "Sito web"
}
},
"fees": {
"title": "Elenco commissioni"
},
"footer": {
"advanced_settings": "Advanced settings",
"backup": "È necessario un backup",
"block": "Head block",
"brainkey": "Raccomandato il backup della brainkey",
"connected": "Connected",
"connection": "Nessuna connessione alla Blockchain",
"disconnected": "Disconnesso",
"latency": "Latency",
"loading": "Caricamento...",
"nosync": "La blockchain non è sincronizzata, per favore attendi..",
"synced": "Sincronizzato",
"title": "BitShares",
"unsynced": "Fuori sincrono",
"update_available": "AGGIORNAMENTO DISPONIBILE"
},
"gateway": {
"add_funds": "Aggiungi fondi rapidamente e facilmente al tuo account BitShares <strong>%(account)s</strong>. Questo servizio è fornito da Openledger.",
"address": "Address",
"address_with_memo": "%(address)s <span class=\"blocktrades-with-memo\">con memo</span> %(memo)s",
"agreement": {
"hint": "I have read and agreed to",
"name": "《Service Agreement》",
"notice": "Please check the agreement to continue",
"register": "Agree"
},
"asset": "Asset",
"asset_search_deposit": "Search for an asset to deposit",
"asset_search_withdraw": "Search for an asset to withdraw",
"asset_to_deposit": "Asset da depositare:",
"asset_to_receive": "Riceverai:",
"asset_to_withdraw": "Asset da prelevare:",
"asset_unavailable": "The gateway for %(asset)s is not in service",
"assets": {
"bit": "<br/>bit%(asset)s è un derivato che segue il valore reale di %(backed)s. È decentralizzato al 100%%, trustless e supportato da una garanzia trattenuta dalla blockchain in uno smart contract.",
"bitcny": "<br/><br/>bitCNY v 1:1 verso veri Yuan usando un servizio di gateway come Magic Wallet. For more info, vedi https://www.magicw.net/",
"open": "<br/><br/>L'asset %(asset)s è garantito 1:1 da %(backed)s reali e può essere depositato o ritirato usando il servizio di gateway fornito da Openledger.",
"trade": "<br/><br/>L'asset %(asset)s è garantito 1:1 da %(backed)s reali e può essere depositato o ritirato usando il servizio di gateway fornito da Blocktrades."
},
"balance": "Saldo attuale",
"balance_asset": "Saldo %(asset)s attuale",
"bitkapital_receive": "Riceverai",
"bitkapital_text": "Scegli un asset da depositare o prelevare:",
"bitkapital_withdraw": "Stai prelevando",
"bridge": "Bridge",
"bridge_text": "Un bridge ti permette discambiare un asset verso un altro, ad esempio BTC in BTS.",
"calc": "Calcolo in corso",
"choose_deposit": "Per favore seleziona la valuta che vuoi depositare",
"choose_withdraw": "Per favore seleziona la valuta che vuoi prelevare",
"citadel": {
"coming_soon": "Prossimamente",
"min_amount": "Minimum amount: %(minAmount)s %(symbol)s",
"min_amount_error": "Per favore inserisci un numero >= minimo",
"support_block": "Per supporto, contatta citadel.li a:",
"under_construction": "Under Construction"
},
"contact_TRADE": "Contact Blocktrades",
"convert": "Quantità minima: %(minAmount)s %(symbol)s",
"convert_coin": "Converti in %(coin)s (%(symbol)s)",
"convert_now": "Converti adesso",
"copy_address": "Copy address",
"copy_memo": "Copy memo",
"deposit_from_wallet": "Deposit from wallet",
"deposit": "Deposito",
"deposit_address": "Deposit address",
"deposit_history_status": {
"confirming": "deposit confirming",
"fail": "fail",
"success": "success",
"transfering": "transfering",
"waiting": "waiting for deposit"
},
"deposit_inst": "Istruzioni per il deposito",
"deposit_limit": "Limite di deposito",
"deposit_notice_delay": "(new address can be generated once per 5 minutes)",
"deposit_summary": "Riepilogo deposito",
"deposit_to": "Per favore invia i tuoi %(asset)s all'indirizzo seguente",
"deposit_warning": "Sending any other currency to the %(asset)s address will result in the loss of your deposit",
"deposit_warning_memo": "Deposit %(asset)s must contains memo, otherwise it won't be credited",
"fee": "Commissione Gateway",
"fiat": "Fiat",
"fiat_text": "I depositi e i prelievi in valuta legale sono forniti da CCEDK. Per iniziare devi completare la procedura di registrazione. Sono disponibili le seguenti conversioni:",
"frozen": "The user account %(account)s was frozen",
"gateway": "Gateway",
"gateway_text": "Scegli qui se vuoi effettuare un deposito o un prelievo",
"generate": "Genera",
"generate_new": "Ottieni un nuovo indirizzo",
"generate_new_memo": "Get new memo",
"iban": "IBAN",
"info": "Info",
"intermediate": "Account intermedio",
"inventory": "Inventario",
"limit": "Limite: %(amount)s %(symbol)s",
"limit_withdraw_asset": "Min: %(min)s, Max: %(max)s",
"limit_withdraw_asset_max": "Maximum withdraw: %(min)s %(coin)s",
"limit_withdraw_asset_min": "Minimum withdraw: %(min)s %(coin)s",
"limit_withdraw_asset_none": "None",
"memo": "Memo",
"meta": {
"open_website": "Apri sito web"
},
"min_deposit_warning_amount": "Minimum Deposit: %(minDeposit)s %(coin)s",
"min_deposit_warning_asset": "IMPORTANT: Send only %(coin)s to this deposit address. Sending less than %(minDeposit)s %(coin)s or any other currency to this address may result in the loss of your deposit.",
"over_limit": "Limit Reached",
"please_generate_address": "Please, get new address ",
"purchase": "Acquista %(asset)s",
"purchase_1": "Acquista %(outputAsset)s rapidamente e facilmente usando %(inputAsset)s da un portafoglio esterno. Questo servizio è fornito da <a href='https://blocktrades.us/' target='blank' rel='noopener noreferrer'>Blocktrades</a>",
"purchase_notice": "%(inputAsset)s sent to this address will show up as %(outputAsset)s",
"purchase_notice_memo": "Memo <b>required</b> for proper routing to your account",
"receive_account": "Account ricevente:",
"recent_deposit": "Depositi recenti",
"recent_withdraw": "Prelievi recenti",
"rudex": {
"coming_soon": "Prossimamente",
"min_amount": "Quantità minima: %(minAmount)s %(symbol)s",
"min_amount_error": "Per favore inserisci un numero >= minimo",
"support_block": "Per supporto, contatta RuDEX a:",
"under_construction": "Under Construction"
},
"xbtsx": {
"coming_soon": "Coming soon",
"min_amount": "Minimum amount: %(minAmount)s %(symbol)s",
"min_amount_error": "Please enter number >= minimum",
"support_block": "For support, please contact XBTS at:",
"under_construction": "Under Construction"
},
"scan_qr": "Scandisci QR",
"service": "Servizio di Trasferimento",
"status": "Status",
"support_block": "Per supporto, per favore contatta OpenLedger presso:",
"support_gdex": "For support, please contact GDEX",
"symbol": "Simbolo",
"time": "Time",
"title": "Deposito & Prelievo",
"transaction_history_info": " %(amount)s %(assetName)s with trancation id: %(txid)s ",
"unavailable": "Il servizio di gateway per questo asset non è al momento disponibile, riprova più tardi",
"unavailable_OPEN": "Il Gateway OpenLedger non è disponibile o non risponde",
"unavailable_RUDEX": "Il Gateway RuDEX non è disponibile o non risponde",
"unavailable_TRADE": "Il Bridge Blocktrades non è disponibile o non risponde",
"unavailable_bridge": "Il servizio di bridge per questo asset non è al momento disponibile, riprova più tardi",
"use_copy_button": "PLEASE USE COPY BUTTON TO MAKE COPY OF ADDRESS OR MEMO ON THIS PAGE",
"user_unavailable": "User informaction is current unavailable, please try again later",
"valid_address": "Per favore inserisci un indirizzo %(coin_type)s valido",
"website": "Visita il sito web",
"withdraw": "Prelievo",
"withdraw_coin": "Preleva %(coin)s (%(symbol)s)",
"withdraw_funds": "Stai per ritirare fondi dal tuo account BitShares verso il tuo conto %(asset)s esterno.",
"withdraw_history_status": {
"audited": "auditting completed",
"auditing": "withdraw auditing",
"confirming": "confirming",
"fail": "fail",
"refused": "auditting failed",
"success": "success",
"transfering": "transfering"
},
"withdraw_inst": "Istruzioni per il prelievo",
"withdraw_now": "Preleva adesso",
"withdraw_placeholder": "Per favore inserisci il tuo indirizzo %(asset)s",
"withdraw_summary": "Riepilogo prelievo",
"withdraw_to": "Clicca il pulsante sotto per iniziare un prelievo di %(asset)s",
"your_account": "Il tuo account"
},
"global": {
"cancel": "Cancel",
"confirm": "Confirm",
"help": "Help",
"return_to_top": "Return to top",
"scan_qr_code": "Scan QR code"
},
"header": {
"account": "Account",
"account_notify": "L'account attivo è ora %(account)s",
"account_value": "Valore dell'Account",
"accounts_manage": "Gestisci account",
"collateral_ratio": "Collateral ratio",
"create_account": "Crea Account",
"create_asset": "Crea Asset",
"current": "Account corrente",
"dashboard": "Dashboard",
"deposit-withdraw": "Deposit/Withdraw",
"exchange": "Exchange",
"explorer": "Esplora",
"help": "Aiuto",
"lock": "Log out (blocca il portafoglio)",
"lock_short": "Log out",
"locked_tip": "<br/>Clicca per fare il login e sbloccare il tuo portafoglio.<br/><br/>Chiudere la finestra del browser effettuerà automaticamente il log out.",
"logout": "Logout",
"payments": "Invia",
"payments_beta": "Send (Beta)",
"payments_legacy": "Send (legacy)",
"settings": "Impostazioni",
"title": "BitShares UI",
"unlock": "Log in (sblocca il portafoglio)",
"unlock_password": "Log in usando una password",
"unlock_short": "Login",
"unlocked_tip": "<br/>Clicca per fare il logout e bloccare il tuo portafoglio.<br/><br/>Chiudere la finestra del browser effettuerà automaticamente il log out.",
"update_asset": "Aggiorna Asset"
},
"icons": {
"adjust": "Adjust margin position",
"assets": "Assets",
"checkmark_circle": {
"approved": "Approved",
"operation_succeed": "Operation succeed",
"yes": "Yes"
},
"chevron_down": {
"gateways": "Show more gateways",
"other": "Show more items",
"transactions": "Show more transactions"
},
"clippy": {
"copy": "Copy to clipboard",
"withdraw_full": "Withdraw the full balance"
},
"clock": "Please check your computer's clock",
"cog": "Settings",
"cogs": "Settings",
"connect": "Connect to this API Node",
"connected": "API Node is connected",
"cross_circle": {
"cancel_order": "Cancel order",
"close_position": "Close position",
"hide_asset": "Hide asset",
"hide_market": "Hide market",
"operation_failed": "Operation failed",
"remove": "Remove"
},
"dashboard": "Dashboard",
"deposit": {
"deposit": "Deposit",
"deposit_withdraw": "Deposit/Withdraw"
},
"disconnected": "API Node is disconnected",
"dollar": {
"borrow": "Borrow",
"buy": "Buy"
},
"download": "Download new version of BitShares UI",
"excel": "Download .csv file",
"eye": "Hide Node",
"eye-striked": "Show Node",
"fees": "Fees",
"fi_star": {
"account": "Add/remove account from favorites",
"market": "Add/remove market from favorites",
"sort_accounts": "Sort by favorites",