-
Notifications
You must be signed in to change notification settings - Fork 2
/
locale-tr.json
1876 lines (1876 loc) · 102 KB
/
locale-tr.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": "Hesaplar",
"activity": "Activity",
"advanced": "Advanced",
"as_collateral": "Teminat",
"asset": "Dijital Varlık",
"asset_details": "Aktif detayları",
"bittrex_scam": "Bu adres Bittrex'in gerçek adresi değildir. Lütfen alıcıyı bittrex-deposit olarak değiştirin.",
"bts_market": "Piyasa",
"collaterals": "Teminat Pozisyonları",
"confirm_asset_modal": {
"are_you_sure": "Are you sure you want to save all changes to these tabs?",
"header": "Confirm multiple changes"
},
"connections": {
"black": "Tarafından Kara listelenmiş",
"known": "Tarafından Tanınıyor"
},
"contacts": "Kontaklar",
"create_account": "Hesap oluştur",
"create_new": "Yeni Hesap Oluştur",
"deposit": "Deposit BTS",
"deposit_address": "Your deposit address is your account name",
"deposit_withdraw": "Yatır/Çek",
"eq_value": "Eş Değeri",
"eq_value_header": "Value ({asset})",
"errors": {
"invalid": "Geçersiz hesap adı",
"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": "%(name)s adında bir hesap yok, doğru yazdığınıza emin misiniz?",
"not_yours": "Hesap sizin değil",
"unknown": "Hesap kayıtlı değil"
},
"estimate_value": "Toplam hesap değeri (yaklaşık)",
"existing_accounts": "Mevcut hesaplar",
"existing_user": "Existing user",
"filter_orders": "Filter",
"follow": "Kişi ekle",
"hidden_accounts_row": "Hidden Accounts",
"hide_hidden": "Gizle",
"hide_ignored": "Gizle",
"history": "Geçmiş",
"history_error": "Failed to download the account history, please try again",
"home": "Başa dön",
"hour_24": "24 Saat",
"hour_24_short": "24 Saat",
"id": "Hesap No",
"identicon": "Hesap logosu",
"ignore": "Yok say",
"in_open": "Bekleyen emirlerinizdeki %(asset)s miktarı: ",
"in_open_value": "%(asset)s piyasasındaki bekleyen emirlerin büyüklüğü (anlık değere göre): ",
"intro_text_1": "<b>Bitshares Merkezsiz Kriptopara Borsası</b> (BMKB) kripto para al-sat deneyiminizi kökten değiştirecek, yeni nesil bir borsa platformudur.",
"intro_text_2": "<b>Bitshares</b>'de al-sat işlemleri herhangi bir aracı olmaksızın, doğrudan kullanıcıların kendi arasında gerçekleşir.",
"intro_text_3": "Platform üzerinde kullanıcılar kendi hesaplarının tam kontrolüne sahiptir - hiçbir aracı kurum işlemlerinize müdahale edemez!",
"intro_text_4": "Platformda BTC, ETH, EOS, STEEM gibi coin'lerle işlem yapabileceğiniz gibi aynı zamanda kendi coin'inizi oluşturabilir ve hemen ticaretine başlayabilirsiniz.",
"intro_text_title": "RuDEX'e Hoş Geldiniz",
"login_with": "Login with",
"market_actions": "Takas işlemleri",
"market_value": "Piyasa Değeri",
"member": {
"annual": "Yıllık abone",
"available": "Sahip olunabilecek",
"basic": "Normal üye",
"cashback": "Tutulan bakiye miktarı",
"claim": "Şimdi iste",
"coindays": "koin günler",
"earned": "Kazanılmış koin günü",
"expires": "bitiş tarihi",
"fee_allocation": "Ücret Tahsisi",
"fees_cashback": "Ücretler ve nakit paraüstleri",
"fees_paid": "Ödenmiş ücretler",
"join": "Katılma tarihi",
"lifetime": "Asil üye",
"lifetime_referrer": "Ana tavsiyeci",
"membership": "Üyelik",
"membership_expiration": "Üyelik Bitiş Tarihi",
"network_percentage": "Ağ yüzdesi",
"referral_link": "Davet bağlantınız",
"referral_text": "Bu bağlantıyı BitShares'e davet etmek istediğiniz kişilere gönderin",
"referrals": "Tavsiye edenler",
"referrer": "Tavsiye eden",
"registrar": "Kaydı yapan",
"remaining": "Bekletilecek günler",
"required": "Gerekli koin günü",
"rewards": "Nakit-İade Ödülleri",
"stats": "Üyelik Bilgileri",
"subscribe": "Yıllık Abone ol",
"suspected_scammer": "Suspected Scammer",
"unknown": "Bilinmeyen üye",
"upgrade_lifetime": "Asil Üyelik Satın Al",
"vested": "Hak edilmiş"
},
"mine": "Hesabım",
"more": "fazlası",
"name": "Hesap Adı",
"name_input": {
"name_is_taken": "Hesap adı zaten alınmış.",
"not_found": "Hesap bulunamadı.",
"premium_name_faucet": "Hesap adlarında en az bir tire yada rakam bulunmalıdır.",
"premium_name_warning": "Premium hesap adı girdiniz. Normal adların içerinde en azından bir tire ya da rakam bulunur, veya hiç sesli harf yoktur."
},
"new_user": "New user?",
"no_orders": "Açık emir yok",
"no_price": "Fiyat mevcut değil",
"open_orders": "Açık Emirler",
"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 Anahtarı",
"num_committee": "Gerekli Kurul Üyeleri",
"num_witnesses": "Gerekli Tanıklar"
},
"orders": "Emirler",
"other_scam": "Bu hesap resmi olarak doğrulanmış değildir. Transfer işlemini gerçekleştirmeden önce lütfen alıcının kimliğinden emin olunuz.",
"overview": "Genel Bakış",
"password_login": "Giriş yap",
"pay": "Ödeme Yap",
"pay_from": "Bu hesaptan öde",
"payees": "Alıcılar",
"percent": "Toplam arzın yüzdesi",
"perm": {
"account_name_or_key": "Hesap adı yada anahtar",
"acct_or_key": " Hesap/Anahtar/Adres",
"action": "İşlem",
"active": "Etkin İzinler",
"add": "Yetki Ekle",
"add_permission_label": "Hesap adı/anahtarını ve ağırlığını girin",
"brain": "TekAnahtar konumu",
"cancel": "İptal",
"confirm_add": "Ekle",
"from": "Hesaptan içeri aktarıldı",
"key": "Anahtar/İsim",
"key_viewer": "Özel anahtar görüntüleyicisi",
"memo_key": "Memo anahtarı",
"memo_public_key": "Memo Açık Anahtarı",
"memo_warning": "UYARI: Memo anahtarını değiştirirseniz bu hesaba eskiden gönderilmiş olan işlem açıklamalarını okuyamazsınız. Aynı şekilde, eski memo anahtarınızla da yeni yapılan işlemlere ait açıklamalar görünmez olacaktır.",
"new_active": "Yeni aktif anahtar",
"new_memo": "Yeni memo anahtarı",
"new_owner": "Yeni hesap sahibi anahtarı",
"owner": "Sahip İzinleri ",
"password_model": "Hesap Sistemi",
"password_model_1": "Eğer hesabınıza yalnızca kullanıcı adınız şifrenizi kullanarak erişmek istiyorsanız bu sayfayı kullanarak Hesap Sistemi'ne geçiş için gerekli değişiklikleri yapabilirsiniz. Cüzdan Sistemi'nden kalma özel anahtarlarınızı tamamen yok etmek için (isteğe bağlı) lütfen İzinler kısmını kontrol edin.",
"password_model_2": "Hesap Sistemi'ne geçiş yap",
"private": "Özel Anahtar (WIF - Cüzdan İçine Aktarma Formatı)",
"public": "Açık anahtar",
"publish": "Değişimleri Duyur",
"remove_text": "Kaldır",
"reset": "Değişiklikleri Sıfırla",
"save": "Save Changes",
"save_all": "Save All Changes",
"show": "Göster",
"sign_owner": "İşlemi hesap sahibi olarak imzala",
"threshold": "Eşik",
"type": "Tür",
"use_text": "Kullan",
"valid_pub": "Valid Public Key",
"warning1": "Etkin izinleri ağırlık toplamı %(weights_total)s, alt sınır olarak belirlenen %(threshold)s miktarına eşit yada üzerinde olması gerklidir",
"warning2": "Sahip izinleri ağırlık toplamı %(weights_total)s, alt sınır olarak belirlenen %(threshold)s miktarına eşit yada üzerinde olması gerklidir",
"warning3": "Hesap zaten listede",
"warning4": "Anahtar zaten listede",
"weight": "Ağırlık"
},
"permissions": "İzinler",
"please_create_account": "Lütfen bir hesap oluşturun",
"polo_scam": "Bu hesap Poloniex'e ait değildir. Lütfen alıcıyı poloniexwallet olarak değiştirin.",
"portfolio": "Portfolio",
"propose_from": "Teklifi sunan",
"qty": "Qty",
"quote": "Quote",
"recent": "Son Hareketler",
"reset_orders": "Reset",
"restore": "Restore",
"search": "Search for an account",
"see_open": "Bekleyen emirler",
"select_placeholder": "Hesap Seç...",
"settle": "Öde",
"show_hidden": "Göster",
"show_ignored": "Göster",
"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": "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": "Toplam değeri",
"trade": "Takas",
"transactions": {
"id": "ID",
"info": "Info",
"time": "Time",
"type": "Type"
},
"transfer_actions": "Transfer işlemleri",
"unfollow": "Takibi bırak",
"unignore": "Geri getir",
"upgrade": "Hesabı yükselt",
"user_issued_assets": {
"add_feed": "Add new feed producer",
"advanced": "Gelişmiş",
"approx_fee": "Yaklaşık ücret",
"backing": "Kısa pozisyonun taban dijital varlığı",
"base": "Taban miktarı",
"base_name": "Taban Varlık",
"bitasset_opts": "Akıllı Para tercihleri",
"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": "Takas komisyonunu etkinkeştir",
"committee_fed_asset": "Kurul üyelerinin fiyat beslemelerine müsade et",
"condition": "Durum (maksimum 60 harf)",
"conflict_feed": "Cannot allow witnesses and committee members to provide feeds simultaneously",
"core_exchange_rate": "Esas kur oranı",
"current_issuer": "Şu anki sahip hesabı",
"decimals": "Ondalık hane sayısı",
"description": "Tanım",
"details": "Detaylar",
"disable_confidential": "Gizli işlemler etkisiz",
"disable_force_settle": "Zorla kapamayı etkisizleştir",
"error_invalid": "Bu dijital varlık kullanılmayabilir",
"error_precision": "Dijital varlık, %(asset)s ile aynı hassasiyete sahip değil",
"exists": "O dijital varlık zaten mevcut",
"expiry": "Piyasa çözülüm tarihi",
"feed_lifetime_sec": "Dakika olarak yayın ömrü",
"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": "Özellikler",
"force_settlement_delay_sec": "Zorunlu onay gecikmesi (dakika)",
"force_settlement_offset_percent": "Zorunlu onayın yüzdelik sapması",
"global_settle": "İhrac edene genel kapama izni ver",
"id": "ID",
"invalid_market_pair": "Preferred market pairing can not be the same market",
"issued_assets": "Piyasa Sürülmüş Aktifler",
"market": "Tercih edilen piyasa çifti",
"market_fee": "Piyasa ücreti",
"max_market_fee": "Azami piyasa ücreti",
"max_positive": "Azami değer pozitif bir sayı olmalıdır",
"max_supply": "Azami arz",
"maximum_force_settlement_volume": "Maksimum ödeme hacmi (saatlik toplam arzın yüzdesi olarak)",
"minimum_feeds": "En az yayın sayısı",
"mpa": "Akıllı Para",
"name": "Dijital Varlık Adı",
"need_asset": " İki aktiften biri an azından %(name)s olmalıdır",
"new_issuer": "Yeni sahip hesabı",
"optional": "Opsiyonel ayarlar",
"override_authority": "Kontrol edebilir dijital varlık",
"perm_warning": "UYARI: İzinler yalnızca etkisiz hale getirilebilitler, bir kere etkisiziştiridiklerinde tekrar aktif hale getirilemezler!",
"pm": "İkili tahmin piyasası",
"precision": "Ondalık sayısı",
"precision_warning": "Uyarı: Oluşturduktan sonra ondalık hane sayısı değiştirilemeyebilir.",
"primary": "Ana ayarlar",
"quote": "Miktar",
"quote_name": "Dijital Varlık",
"short": "Kısa ad (maksimum 32 harf)",
"symbol": "Sembol",
"to": "Hesaba çıkar",
"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": "İhrac eden tüm transferleri onlaylamak zorunda",
"update_owner": "Sahibi güncelle",
"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": "İzin listesi gerektiren dijital varlık",
"witness_fed_asset": "Tanık hesapların fiyat beslemelerine müsade et"
},
"vesting": {
"balance_number": "Bakiye #%(id)s",
"explain": "Bekletilen bakiyeler tavsiye programlarından yada geliştirici ödemelerinden elde edilen geilrleri kapsar. Bunların belli bir bekleme süreleri vardır, fonların tümü müsait olana kadar belli aralıklarla bu bakiyelerin bir kısmı serbest bırakılır.",
"no_balances": "Bu hesaba ait bekletilen bakiye bulunmamaktadır.",
"title": "Tutulan Bakiyeler"
},
"votes": {
"about": "About",
"active": "Etkin geliştirmeler",
"active_short": "Active",
"add_committee": "Ekle",
"add_committee_label": "Kurul Üyesi",
"add_witness": "Ekle",
"add_witness_label": "Tanık",
"already": "Hesap zaten listede",
"approve_worker": "Kabul",
"clear_proxy": "Vekili kaldır",
"cm_approved_by": "Kurul üyeleri %(account)s tarafından onaylandı",
"cm_not_approved_by": "Kurul üyeleri %(account)s tarafından onaylanmadı",
"committee": "Committee member name",
"create_worker": "Create a new worker",
"creator": "Oluşturan",
"daily": "günlük",
"daily_pay": "Ödeme",
"end": "Bitiş günü",
"expired": "Süresi bitmiş geliştirmeler",
"funding": "Fonlama",
"go_proxy": "Git",
"inactive": "Inactive",
"info": "Bilgi",
"line": "Line",
"max_pay": "Maksimum toplam ödeme",
"missing": "Needed",
"name": "Ad",
"new": "Teklif edilen geliştirmeler",
"no_proxy": "Vekil Yok",
"proxy": "Vekil Oy Hesabı",
"proxy_current": "Your current proxy is",
"proxy_known": "Bilinen proksiler",
"proxy_short": "Vekil",
"publish": "Değişimleri Duyur",
"recycled": "Geri Dönüştürülen",
"reject_worker": "Reddet",
"remove_committee": "Kaldır",
"remove_witness": "Kaldır",
"save_finish": "Click save to finish",
"set_proxy": "Set a proxy here",
"start": "Başlangıç tarihi",
"status": {
"neutral": "Tarafsız",
"rejected": "Reddedildi",
"supported": "Destekleniyor",
"title": "Durum"
},
"support": "Destek",
"supported": "Supported",
"threshold": "Votes required to activate",
"toggle": "Toggle vote",
"total_budget": "Toplam mevcut geliştiric bütçesi",
"total_votes": "Net oylar",
"unclaimed": "Talep edilmemiş ödeme",
"unused_budget": "Kullanılmamış geliştirici bütçesi",
"url": "Web Sayfası",
"votes": "Oylar",
"votes_against": "Aleyhine oylar",
"w_approved_by": "Tanık %(account)s tarafından onaylandı",
"w_not_approved_by": "Tanık %(account)s tarafından onaylanmadı",
"witness": "Witness name",
"worker_account": "Emekçi hesabı",
"workers": "Bütçe Ögeleri",
"workers_short": "Geliştiriciler"
},
"voting": "Seçimler",
"welcome": "Bitshares'e Hoşgeldiniz",
"whitelist": {
"add": "İzin listesine ekle",
"add_black": "Kara listeye ekle",
"black": "Kara Liste",
"black_by": "Kara listeye alan",
"blacklist_authorities": "Blacklist authority",
"empty": "%(account)s herhangi bir hesabı izin listesine eklemedi.",
"empty_black": "%(account)s herhangi bir hesabı kara listeye eklemedi.",
"empty_black_by": "%(account)s adlı hesap hiçbir kara listede değil.",
"empty_white_by": "%(account)s adlı hesap hiçbir izin listesinde değil.",
"title": "İzin Listesi",
"white_by": "İzin listesine alan",
"whitelist_authorities": "Whitelist authority"
}
},
"app_init": {
"browser": "Desteklenmeyen tarayıcı",
"browser_text": "Kullandığınız tarayıcı üzerinde testlerimiz devam etmektedir, bu yüzden BitShares Cüzdanını desteklemeyebilir. Cüzdanınızı yedekleyip Chrome Tarayıcısını kullanarak içeri aktarmanızı önemle tavsiye ederiz. Mesuliyet size aittir.",
"check_latency": "Running latency checks...",
"check_latency_feedback": "Running latency checks (%(pinged)s/%(totalToPing)s nodes) ...",
"connected": "Bağlandı",
"connecting": "Connecting to API server: %(server)s",
"database": "Connection established, initializing local databases",
"not_connected": "Bağlı değil",
"retry": "Yeniden dene",
"title": "Uygulama başlatma problemleri",
"understand": "Anladım ve onaylıyorum.",
"ws_status": "Websocket Bağlantı Durumu"
},
"borrow": {
"adjust": "Pozisyonu Güncelle",
"adjust_short": "Adjust",
"call_limit": "Piyasa Çağrı Limiti",
"close": "Pozisyonu Kapat",
"coll_ratio": "Teminat oranı",
"coll_ratio_target": "Target Ratio",
"enable_target_collateral_ratio": "Use Target Collateral Ratio",
"errors": {
"below": "Teminat oranı çok düşük, bu pozisyon anında marjin-çağrılır",
"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": "Your collateral ratio is close to %(mr)s which means this position is in danger of being margin called if the price drops.",
"collateral": "Yetersiz teminat seviyesi",
"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": "%(asset_symbol)s için geçerli yayın mevcut değil",
"pay_max_debt": "Pay Max Debt",
"target_collateral_ratio": "Target Collateral Ratio",
"title": "%(asset_symbol)s Marjin",
"update": "Güncelle",
"use_max": "Use Max"
},
"browser_notification_messages": {
"money_received_body": "Seni gönderdi %(amount)s %(symbol)s",
"money_received_title": "Şuradan transfer %(from)s"
},
"cancel": "İptal",
"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": "Satış emirleri",
"atr": "Ortalama Gerçek Fiyat Aralığı",
"balance": "Bakiye",
"base_supply": "Taban arzı",
"bids": "Alış emirleri",
"borrow": "Ödünç Al",
"borrow_short": "Borrow",
"buy": "Alış -",
"buy_description": "Buy %(baseAsset)s %(baseName)s for %(quoteAsset)s %(quoteName)s",
"buy_min": "Hesaba geçecek",
"buysell_formatter": "{direction} {asset}",
"call": "Çağrı Fiyatı",
"change": "Değişim",
"chart_height": "Chart height (pixels)",
"chart_modal": "Chart options",
"chart_type": "Chart type",
"confirm_buy": "Alış emrini onayla: Miktar :%(buy_amount)s miktarda %(buy_symbol)s. Fiyat: %(price_amount)s %(price_symbol)s",
"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": "Emri teyit et: Sat %(sell_amount)s %(sell_symbol)s fiyat %(price_amount)s %(price_symbol)s",
"core_rate": "Ücret Oranı",
"custom_quote": "Add a custom quote",
"deposit": "Deposit",
"description": "Description",
"ema": "Üssel Hareketli Ortalama",
"featured": "Öne Çıkan Piyasalar",
"feed_price": "Feed Price",
"filter": "Filter...",
"flip": "Flip",
"group_order_limit": "grup",
"hide": "Gizle",
"highest_bid": "En yüksek",
"history": "Son İşlemler",
"horizontal": "Yatay",
"index": "Indeks",
"invalid_amount": "Geçersiz miktar",
"invalid_price": "Geçersiz fiyat",
"invert": "Fiyatı ters çevir",
"latest": "En Son",
"lowest_ask": "En düşük",
"maintenance": "Sürdürme Çağrı Fiyatı",
"market": "Piyasa",
"market_frozen": "The owner of %(asset)s has disabled trading in this market.",
"market_name": "Piyasalarım",
"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": "Piyasa bul",
"move_down": "Move down",
"move_up": "Move up",
"my_asks": "Satış Fiyatlarım",
"my_bids": "Alış Fiyatlarım",
"my_history": "Önceki İşlemlerim",
"my_orders": "Açık emirlerim",
"native": "Native",
"new": "Yeni",
"no_asks": "No asks",
"no_balance": "Yetersiz bakiye",
"no_bids": "No bids",
"no_data": "Veri yok",
"no_orders": "No orders",
"order_depth": "Piyasa Derinliği",
"others": "Diğerleri",
"overbought": "Aşırı Talep",
"oversold": "Aşırı Arz",
"period": "Süre (gün)",
"price": "Fiyat",
"price_history": "Fiyat Tablosu",
"price_market": "Market Price",
"quantity": "Miktar",
"quote": "Quote currency:",
"quote_selection": "Modify quote selection",
"quote_supply": "Karşıt arzı",
"receive": "Tahsil",
"remove": "Remove",
"rsi": "Relatif Güç İndeksi",
"search": "Search for more markets here",
"sell": "Satış -",
"sell_description": "Sell %(baseAsset)s %(baseName)s for %(quoteAsset)s %(quoteName)s",
"settings": "Çizelge tercihleri",
"settle": "Ödeme",
"settle_orders": "Emirleri öde",
"short": "Kısa pozisyon",
"show_asks": "Tümünü göster",
"show_bids": "Tüm alışları göster",
"show_only_liquid": "Show liquid markets only",
"show_only_star_formatter": "Show {star_icon} only",
"sma": "Basit Hareketli Ortalama",
"spread": "Makas",
"squeeze": "Teminat Tamamlama Çağrısı Fiyatı",
"time": "Mum Biçimi",
"to_market": "Piyasaya git",
"total": "Toplam",
"trading_pair": "Trading pair",
"value": "Değer",
"vertical": "Dikey",
"vol_short": "Hacim",
"volume": "Hacim",
"volume_24": "24 Saat",
"your_price": "Sizin Çağrı Fiyatınız",
"zoom": "Yakınlaştır",
"zoom_all": "Tümü"
},
"explorer": {
"account": {
"title": "Hesap"
},
"accounts": {
"filter": "Ara",
"filter_contacts": "Süzgeç kontakları",
"title": "Hesaplar"
},
"asset": {
"actions": "Asset actions",
"fee_pool": {
"claim_balance": "Claim fee pool balance",
"claim_fees": "Ücretleri talep et",
"claim_pool_text": "The asset owner may withdraw funds from the fee pool using this form:",
"claim_text": "Dijital varlık sahibi burada biriken ücretleri talep edebilir.",
"core_exchange_rate": "Esas Kur (CER)",
"fund": "Fund the fee pool",
"fund_text": "Ücret havuzu %(asset)s olarak ödenen işlem ücretlerini %(core)s'e çevirerek ödemek için kullanılır. Eğer ücret havuzunda para kalmazsa, ücretler artık %(asset)s olarak ödenemez ve %(core)s kullanılır ",
"pool_balance": "Havuz bakiyesi",
"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": "Ücret Havuzu",
"unclaimed_issuer_income": "Talep edilmemiş ihraççı geliri"
},
"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": {
"title": "Margin positions"
},
"not_found": "%(name)s diye bir dijital varlık mevcut değil",
"permissions": {
"blacklist_authorities": "Kara liste yetkilileri",
"blacklist_markets": "Kara listeli piyasalar",
"max_market_fee": "Maksimum piyasa ücreti",
"max_supply": "Maksimum arz",
"title": "İzinler",
"whitelist_authorities": "İzin listesi yetkilileri",
"whitelist_markets": "İzin listesindeki piyasalar"
},
"price_feed": {
"force_settlement_offset": "Force settlement offset",
"global_settlement_price": "Global settlement price",
"maintenance_collateral_ratio": "Sürdürme Teminat Oranı (MCR)",
"maximum_short_squeeze_ratio": "Maksimum kısa pozisyon sıkıştırma oranı (MSSR)",
"settlement_delay": "Settlement delay",
"settlement_price": "Uzlaşma",
"title": "Fiyat Yayını"
},
"price_feed_data": {
"core_exchange_rate": "CER",
"maintenance_collateral_ratio": "MCR",
"maximum_short_squeeze_ratio": "MSSR",
"published": "Duyurdu",
"publisher": "Duyuran",
"settlement_price": "Uzlaşma",
"title": "Fiyat Yayın Verileri"
},
"summary": {
"asset_type": "Dijital varlık türü",
"current_supply": "Mevcut Arz",
"issuer": "İhraç Eden",
"market_fee": "Piyasa ücreti",
"max_market_fee": "Maksimum piyasa ücreti",
"stealth_supply": "Gizli arz"
},
"title": "Aktif",
"whitelist": {
"blacklist_authorities": "Blacklist authorities",
"blacklist_markets": "Market blacklist",
"enable_flag": "The whitelist flag must be enabled in order to set whitelist authorities",
"whitelist_authorities": "Whitelist authorities",
"whitelist_markets": "Market whitelist"
}
},
"assets": {
"id": "ID",
"issuer": "İhraç Eden",
"market": "Akıllı Paralar",
"precision": "Ondalık Sayısı",
"prediction": "Tahmin piyasası",
"symbol": "Sembol",
"title": "Dijital Varlıklar",
"units": "Units",
"user": "Kullanıcı-Tanımlı Dijital Varlıklar"
},
"block": {
"account_upgrade": "Yükseltilecek hesap",
"asset_issue": "Düzenlenecek miktar",
"asset_update": "Güncellenecek Dijital Varlık",
"authorizing_account": "Yetki veren hesap ",
"call_limit": "Çağrı Sınırı",
"common_options": "Yaygın seçenekler",
"count": "İşlem Sayısı",
"date": "Tarih",
"fee_payer": "Ücret ödeyen hesap",
"feed_price": "Feed price",
"go_to": "Go to block",
"id": "Blok Kimlik",
"key": "Açık anahtar",
"lifetime": "Asil üyeliğe yükselt",
"listed_account": "Kaydedilmiş hesap",
"max_margin_period_sec": "Maksimum marjin periodları (s)",
"new_listing": "Yeni kayıt",
"new_options": "Yeni seçenekler",
"new_producers": "Yeni yayın üreticileri",
"next_secret": "Bir sonraki gizli hash",
"op": "İşlem",
"op_type": "İşlem türü",
"previous": "Bir önceki",
"previous_secret": "Bir önceki gizli hash",
"settlement_price": "Uzlaşma",
"short_limit": "Kısa pozisyon limit",
"time": "Zaman",
"title": "Blok",
"transactions": "İşlem Sayısı",
"trx": "İşlem",
"witness": "Tanık"
},
"blocks": {
"active_committee_members": "Etkin kurul üyeleri",
"active_witnesses": "Etkin Tanık",
"avg_conf_time": "Ortalama teyit süresi",
"block_time": "Blok süresi",
"block_times": "Blok süreleri",
"current_block": "Şimdiki Blok",
"globals": "Genel parametreler",
"last_block": "Son blok",
"recent": "Son bloklar",
"recently_missed_blocks": "Son kaçırılan bloklar",
"title": "Blokzinciri",
"transactions": "işlem sayısı",
"trx": "İşlem",
"trx_per_block": "İşlem/blok",
"trx_per_sec": "İşlem/s"
},
"committee_member": {
"title": "Kurul üyesi"
},
"committee_members": {
"active": "Toplam etkin kurul üyesi",
"title": "Kurul Üyeleri"
},
"fees": {
"fee": "Standart Ücret",
"feeeq": "(eşdeğer)",
"feeltm": "Asil/Yıllık Üye Ücreti",
"feeltmeq": "(eşdeğer)",
"type": "Ücret Türü"
},
"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": "Teklif edilmiş işlemler"
},
"witnesses": {
"budget": "Kalan bütçe",
"card": "Kart görünümü",
"current": "Şimdiki tanık",
"last_confirmed": "Son teyit edilen",
"missed": "Kaçırılan bloklar",
"next_vote": "Sıradaki oy güncellemesi",
"participation": "Katılım oranı",
"pay": "Blok başına ödeme",
"rank": "Sıralama",
"table": "Tablo görünümü",
"title": "Tanıklar",
"filter_by_name": "İsme Göre Filtrele"
},
"workers": {
"create": "Create a new worker proposal",
"create_text_1": "In order to create your new worker, please fill in the form below. The worker will be created using your currently active account, which must already be a lifetime member.",
"create_text_2": "Consider carefully the parameters you choose as they can not be changed once you've published your worker.",
"daily_pay": "Daily pay (BTS)",
"date_text": "The start date should be at least a week into the future in order to allow people the time to discover, evaluate and vote for your worker.",
"name_text": "The name of your worker should be short and descriptive, something like this: 'Worker Purpose - Account Name'",
"pay_text": "The daily pay defines how much you want to be paid per day and is defined in BTS. The current best practice is to define a salary in USD/CNY, and commit to burning whatever surplus you receive as a result of the BTS price increasing. As long as your worker is active and has sufficient votes to be above the refund worker, you will receive this daily salary.",
"period": "Worker duration",
"title": "Bütçe Öğeleri",
"url_text": "You should supply a website, github document or google doc that describes in more detail the purpose of the worker and how you intend to use the worker pay.",
"vesting_pay": "Salary vesting period (days)",
"vesting_text": "The vesting period defines the number of days that worker earnings will vest before being fully claimable.",
"website": "Website"
}
},
"fees": {
"title": "Ücret Tarifesi"
},
"footer": {
"advanced_settings": "Advanced settings",
"backup": "Cüzdanınızı yedekleyin",
"block": "İşlenen son blok",
"brainkey": "TekAnahtar yedeklemesi tavsiye edilir.",
"connected": "Connected",
"connection": "Blokzinciri bağlantısı yok.",
"disconnected": "Disconnected",
"latency": "Latency",
"loading": "Yükleniyor...",
"nosync": "Blokzinciri ile eşzamanlı değil, lütfen senkronize olana kadar bekleyin...",
"synced": "Synced",
"title": "Bitshares",
"unsynced": "Out of sync",
"update_available": "UPDATE AVAILABLE"
},
"gateway": {
"add_funds": "Quickly and easily add funds to your BitShares account <strong>%(account)s</strong>. This service is provided by Openledger.",
"address": "Address",
"address_with_memo": "%(address)s <span class=\"blocktrades-with-memo\">with 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": "Yatırılacak dijital varlık:",
"asset_to_receive": "Alacağınız:",
"asset_to_withdraw": "Çekilecek dijital varlık:",
"asset_unavailable": "The gateway for %(asset)s is not in service",
"assets": {
"bit": "<br/>bit%(asset)s, fiyat olarak %(backed)s marketini takip eden bir türev araçtır. Bu hizmet hiçbir merkezi otorite tarafından değil, merkezsiz Bitshares blokzinciri tarafından sağlanır.",
"bitcny": "<br/><br/>bitCNY, Çin Yuanı'nın Bitshares borsasındaki temsilidir. 1:1 Çin Yuanı ile değiştirilebilen bu dijital varlık Magic Wallet tarafından yürütülmektedir. Daha fazla bilgi için: https://www.magicw.net/",
"open": "<br/><br/>Bu dijital varlık Bitshares üzerinde %(backed)s işlemleri yapmanız için OpenLedger tarafından %%100 %(backed)s rezervi ile desteklenmektedir. İstediğiniz zaman 1:1 oranında %(asset)s-%(backed)s dönüşümü yapabilirsiniz.",
"trade": "<br/><br/>Bu dijital varlık Bitshares üzerinde %(backed)s işlemleri yapmanız için BlockTrades tarafından %%100 %(backed)s rezervi ile desteklenmektedir. İstediğiniz zaman 1:1 oranında %(asset)s-%(backed)s dönüşümü yapabilirsiniz."
},
"balance": "Mevcut Bakiye",
"balance_asset": "Current %(asset)s balance",
"bitkapital_receive": "Vermiş olduğunuz banka hesabınıza yatacak miktar",
"bitkapital_text": "Lütfen yatırmak ya da çekmek istediğiniz enstrümanı seçin.",
"bitkapital_withdraw": "Satılan miktar",
"bridge": "Köprü",
"bridge_text": " Köprüler bir dijital varlıktan bir diğerine geçiş yapmanızı sağlar, örn. BTC'yi BTS'ye.",
"calc": "Hesaplanıyor...",
"choose_deposit": "Lütfen yatırmak istediğiniz dijital varlığı seçin",
"choose_withdraw": "Lütfen çekmek istediğiniz dijital varlığı seçin",
"citadel": {
"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 citadel.li at:",
"under_construction": "Under Construction"
},
"contact_TRADE": "Contact Blocktrades",
"convert": "Internal conversion",
"convert_coin": "Convert to %(coin)s (%(symbol)s)",
"convert_now": "Convert now",
"copy_address": "Copy address",
"copy_memo": "Copy memo",
"deposit_from_wallet": "Deposit from wallet",
"deposit": "Yatır",
"deposit_address": "Deposit address",
"deposit_history_status": {
"confirming": "deposit confirming",
"fail": "fail",
"success": "success",
"transfering": "transfering",
"waiting": "waiting for deposit"
},
"deposit_inst": "Nasıl yatırırım?",
"deposit_limit": "Yatırma limiti",
"deposit_notice_delay": "(new address can be generated once per 5 minutes)",
"deposit_summary": "İşlem özeti",
"deposit_to": "Yükleme işlemi için lütfen aşağıdaki adrese %(asset)s transferi yapın",
"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": "Gateway fee",
"fiat": "Fiat",
"fiat_text": "Buradaki kripto para yatırma işlemleri CCEDK tarafından sağlanan bir hizmettir. Bu hizmetten faydalanmanız için öncelikle CCEDK kaydınız olmalıdır. Kayıt işleminden sonra aşağıdaki dönüşümleri yapabilirsiniz:",
"frozen": "The user account %(account)s was frozen",
"gateway": "Geçit",
"gateway_text": "Geçitler BitShares'de tanımlı dijital varlıklardan gerçek enstrümanlara geçmenizi sağlar (ve tam tersi), örn. OPEN.BTC'den BTC'ye.",
"generate": "Yeni Oluştur",
"generate_new": "Yeni adres al",
"generate_new_memo": "Get new memo",
"iban": "IBAN",
"info": "Info",
"intermediate": "Aracı hesap",
"inventory": "Envanter",
"limit": "Sınır: %(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": ""
},
"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": "%(asset)s satın al",
"purchase_1": "%(inputAsset)s kullanarak hızlı ve kolayca %(outputAsset)s satın almak için burayı kullanabilirsiniz. Bu hizmet <a href='https://blocktrades.us/' target='blank' rel='noopener noreferrer'>Blocktrades</a> tarafından sağlanmaktadır.",
"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": "Alacak hesap:",
"recent_deposit": "Son işlemler",
"recent_withdraw": "Son işlemler",
"rudex": {
"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 RuDEX at:",
"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": "Karekod Tara",
"service": "Transfer Hizmet Sağlayıcısı",
"status": "Status",
"support_block": "Destek için, lütfen Blocktrades'e şuradan ulaşın:",
"support_gdex": "For support, please contact GDEX",
"symbol": "Sembol",
"time": "Time",
"title": "Yatır & Çek",
"transaction_history_info": " %(amount)s %(assetName)s with trancation id: %(txid)s ",
"unavailable": "The gateway service for this asset is currently down, please try again later",
"unavailable_OPEN": "The OpenLedger Gateway is down or not responding",
"unavailable_RUDEX": "The RuDEX Gateway is down or not responding",
"unavailable_TRADE": "The Blocktrades Bridge is down or not responding",
"unavailable_bridge": "The bridge service for this asset is currently down, please try again later",
"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": "Lütfen geçerli bir %(coin_type)s adresi giriniz",
"website": "Websitesini ziyaret edin",
"withdraw": "Çek",
"withdraw_coin": " %(coin)s (%(symbol)s) Çekme Talebi",
"withdraw_funds": "You are going to withdraw funds from your BitShares account to your external %(asset)s account.",
"withdraw_history_status": {
"audited": "auditting completed",
"auditing": "withdraw auditing",
"confirming": "confirming",
"fail": "fail",
"refused": "auditting failed",
"success": "success",
"transfering": "transfering"
},
"withdraw_inst": "Nasıl çekerim?",
"withdraw_now": "Şimdi Çek",
"withdraw_placeholder": "Please enter your %(asset)s address",
"withdraw_summary": "İşlem özeti",
"withdraw_to": "Aşağıdaki butona tıklayarak %(asset)s adlı dijital varlık çekme işlemine başlayın",
"your_account": "Kullanıcı adınız"
},
"global": {
"cancel": "Cancel",
"confirm": "Confirm",
"help": "Help",
"return_to_top": "Return to top",
"scan_qr_code": "Scan QR code"
},
"header": {
"account": "Hesap",
"account_notify": "Aktif hesap: %(account)s",
"account_value": "Hesap değeri",
"accounts_manage": "Hesapları yönet",
"collateral_ratio": "Collateral ratio",
"create_account": "Hesap Oluştur",
"create_asset": "Dijital Varlık Oluştur",
"current": "Kullanılan Hesap",
"dashboard": "Ana Sayfa",
"deposit-withdraw": "Deposit/Withdraw",
"exchange": "Takas",
"explorer": "İncele",
"help": "Yardım",
"lock": "Kilitle",
"lock_short": "Log out",
"locked_tip": "Cüzdan kilitli.<br/>Açmak için tıkla.",
"logout": "Çıkış",
"payments": "Gönder",
"payments_beta": "Send (Beta)",
"payments_legacy": "Send (legacy)",
"settings": "Ayarlar",
"title": "BitKapital",
"unlock": "Kilidi Aç",
"unlock_password": "Giriş yap",
"unlock_short": "Giriş",
"unlocked_tip": "Cüzdan kilidi açık .<br/>Kilitlemek için tıkla.",
"update_asset": "Dijital Varlık Güncelle"
},
"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",