-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlocale-ja.json
1875 lines (1875 loc) · 115 KB
/
locale-ja.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": "アカウント",
"activity": "アクティビティ",
"advanced": "高度な設定",
"as_collateral": "担保",
"asset": "アセット",
"asset_details": "アセット詳細",
"bittrex_scam": "このアカウントは実際のBittrexアカウントではありません。このアカウントに送信してください: bittrex-deposit",
"bts_market": "マーケット",
"collaterals": "マージンポジション",
"confirm_asset_modal": {
"are_you_sure": "Are you sure you want to save all changes to these tabs?",
"header": "Confirm multiple changes"
},
"connections": {
"black": "ブラックリスト登録者",
"known": "知り合い"
},
"contacts": "連絡先",
"create_account": "アカウント作成",
"create_new": "新しいアカウントを作成する",
"deposit": "BTSをデポジットする",
"deposit_address": "あなたのデポジットアドレスはあなたのアカウント名です。",
"deposit_withdraw": "入金 / 出金",
"eq_value": "相当額",
"eq_value_header": "Value ({asset})",
"errors": {
"invalid": "無効なアカウント名",
"memo_missing": "このアカウントのメモキーは管理できません。メモを使用するには、権限ページにてアカウントメモキーを管理できるキーに設定してください。",
"not_found": "アカウント %(name)sは存在しません。スペルが正しいか確認してください。",
"not_yours": "あなたのアカウントではありません",
"unknown": "不明なアカウント"
},
"estimate_value": "推定アカウント価格",
"existing_accounts": "既存のアカウント",
"existing_user": "既存ユーザー",
"filter_orders": "フィルター",
"follow": "フォロー",
"hidden_accounts_row": "非表示のアカウント",
"hide_hidden": "非表示のアセットを隠す",
"hide_ignored": "非表示のアカウントを隠す",
"history": "履歴",
"history_error": "Failed to download the account history, please try again",
"home": "ホーム",
"hour_24": "24時間の変化",
"hour_24_short": "24時間",
"id": "アカウントID",
"identicon": "アイデンティコン",
"ignore": "非表示",
"in_open": "これは注文中の%(asset)sの金額です。",
"in_open_value": "これは注文中の%(asset)sの相当額です。",
"intro_text_1": "あなたのための分散型取引所",
"intro_text_2": "BitSharesは<b>DEX</b>として分散化されており、BitSharesのコアトークンであるBTSと、bitUSD、bitCNY、bitBTC、bitGoldなどのトラストレスで価格安定性のあるアセット間のトレードを可能にします。これらの資産はすべてカウンターパーティリスク<b>ゼロ</b>で取引することができるため、あなた自身が資金を完全にコントロールすることができます。",
"intro_text_3": "<b>DEX</b>では、ユーザー発行型アセット(UIA)の作成も可能です。ユーザー発行型アセットは、プラットフォーム上の他のユーザー発行型アセット、及びトラストレスアセット間のトレードが可能です。 DEX上でよく知られているアセット発行者である、<b>RuDEX</b>、はBTC、ETH、STEEM、その他多数のアセットをホスティングしています。",
"intro_text_4": "これにより、仮想通貨トレーダーは使い慣れた取引インタフェースを通して、伝統的なトレーディングスタイルと分散型のトレーディングスタイルのユニークな融合を体験することができます。",
"intro_text_title": "BitShares分散型取引所へようこそ",
"login_with": "Login with",
"market_actions": "市場アクション",
"market_value": "市場価格",
"member": {
"annual": "年間会員",
"available": "請求可能",
"basic": "ベーシック会員",
"cashback": "権利確定残高",
"claim": "今すぐ請求",
"coindays": "コイン・日",
"earned": "獲得したコイン・日",
"expires": "期限切れ",
"fee_allocation": "手数料割り当て",
"fees_cashback": "手数料とキャッシュバック",
"fees_paid": "累計支払い済み手数料",
"join": "参加: ",
"lifetime": "終身会員",
"lifetime_referrer": "終身会員紹介者",
"membership": "会員",
"membership_expiration": "会員期限",
"network_percentage": "ネットワーク",
"referral_link": "あなたの紹介リンク",
"referral_text": "BitSharesに紹介したい人にこのリンクを教えてください",
"referrals": "紹介者",
"referrer": "アフィリエイト紹介者",
"registrar": "レジストラ",
"remaining": "権利付与期間の残り日数",
"required": "必要なコイン・日",
"rewards": "キャッシュバック報酬",
"stats": "会員",
"subscribe": "年間会員権を購入する",
"suspected_scammer": "Suspected Scammer",
"unknown": "不明な会員",
"upgrade_lifetime": "終身会員権を購入する",
"vested": "権利確定"
},
"mine": "マイ・アカウント",
"more": "詳細を見る",
"name": "アカウント名",
"name_input": {
"name_is_taken": "アカウント名は既に使用されています。",
"not_found": "アカウントが存在しません。",
"premium_name_faucet": "これはこのフォーセットではサポートされていないプレミアム名です。少なくとも1つのダッシュまたは名前を含むか、母音を含まない通常の名前を入力してください。",
"premium_name_warning": "これはダッシュ (-) または数字を含む名前よりも高価なプレミアム名です。"
},
"new_user": "はじめてですか?",
"no_orders": "未処理の注文はありません",
"no_price": "不明な値",
"open_orders": "注文中",
"optional": {
"formatter": "ここから{restore_link}、または{restore_form}を使ってアカウントを作成することができます。",
"restore_form": "高度設定フォーム",
"restore_link": "アカウントのリストア"
},
"options": {
"memo_key": "メモキー",
"num_committee": "希望する委員",
"num_witnesses": "希望する証人"
},
"orders": "注文",
"other_scam": "このアカウントは公式アカウントではありません。転送する前に宛先を確認してください。",
"overview": "概要",
"password_login": "パスワードでログイン",
"pay": "送金",
"pay_from": "アカウントで支払う",
"payees": "受取人",
"percent": "総供給量に対する割合",
"perm": {
"account_name_or_key": "アカウント名またはキー",
"acct_or_key": "アカウント / キー / アドレス",
"action": "操作",
"active": "アクティブ権限",
"add": "権限を追加",
"add_permission_label": "アカウント名/キーとウェイトを入力してください",
"brain": "ブレインキーの位置",
"cancel": "キャンセル",
"confirm_add": "追加",
"from": "アカウントからインポート",
"key": "キー/名前",
"key_viewer": "秘密キービューア",
"memo_key": "メモキー",
"memo_public_key": "公開メモキー",
"memo_warning": "警告: メモキーを置き換えると、パスワードでログインしたときに古いメモを読むことができなくなります。また、古いウォレットに新しいメモキーをインポートしない限り新しいメモをデコードすることはできません。",
"new_active": "新しいアクティブキー",
"new_memo": "新しいメモキー",
"new_owner": "新しいオーナーキー",
"owner": "オーナー権限",
"password_model": "アカウントモデル",
"password_model_1": "パスワードとアカウント名だけでどこからでもログインできるようにするには、このページで権限に新しいキーを追加します。元のキーも削除したい場合は、アクティブ/オーナー権限タブで削除できます。",
"password_model_2": "生成したキーのパスワードを追加",
"private": "秘密キー (WIF - Wallet Import Format)",
"public": "公開キー",
"publish": "変更を公開",
"remove_text": "削除",
"reset": "変更をリセット",
"save": "Save Changes",
"save_all": "Save All Changes",
"show": "表示",
"sign_owner": "オーナーとして署名",
"threshold": "閾値",
"type": "タイプ",
"use_text": "使用",
"valid_pub": "有効な公開キー",
"warning1": "アクティブ権限のウェイトの合計%(weights_total)sが閾値%(threshold)sと等しいかまたは超えている必要があります。",
"warning2": "オーナー権限のウェイトの合計%(weights_total)sが閾値%(threshold)sと等しいかまたは超えている必要があります。",
"warning3": "アカウントは既にリストに入っています。",
"warning4": "キーは既にリストに入っています。",
"weight": "ウェイト"
},
"permissions": "権限",
"please_create_account": "アカウントを作成してください",
"polo_scam": "このアカウントは実際のPoloniexアカウントではありません。このアカウントに送信してください: poloniexwallet",
"portfolio": "残高",
"propose_from": "提案元",
"qty": "数量",
"quote": "Quote",
"recent": "最近のアクティビティ",
"reset_orders": "リセット",
"restore": "リストア",
"search": "アカウントを検索する",
"see_open": "未実行の注文を見る",
"select_placeholder": "アカウントを選択...",
"settle": "決済",
"show_hidden": "非表示のアセットを表示する",
"show_ignored": "非表示のアカウントを表示する",
"show_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": "送信",
"total": "合計 ({asset})",
"total_estimate": "これは非表示のもの、注文中のもの、賃借、担保を含むすべてのアセットの推定価格です。推定は現在のブロックチェーンデータのみを使用しており、正確とは限りません。",
"total_value": "合計額",
"trade": "トレード",
"transactions": {
"id": "ID",
"info": "情報",
"time": "時間",
"type": "種類"
},
"transfer_actions": "転送アクション",
"unfollow": "フォロー解除",
"unignore": "表示",
"upgrade": "アカウントをアップグレード",
"user_issued_assets": {
"add_feed": "新しいフィード作成者を追加",
"advanced": "高度な機能",
"approx_fee": "概算手数料",
"backing": "ショートバッキングアセット",
"base": "ベースアセット量",
"base_name": "ベースアセット",
"bitasset_opts": "スマートコインオプション",
"cer_warning_1": "警告",
"cer_warning_2": "コア為替レートが市場価格より高いことを確認してください。それ以外の場合は、ユーザーは市場からトークンを購入し、暗黙的なアービトラージを通して手数料プールが空にされてしまいます。コア為替レートは、アセットの市場価格を反映するために定期的に更新する必要があります。",
"charge_market_fee": "取引手数料を有効にする",
"committee_fed_asset": "委員にフィード供給を許可する",
"condition": "条件 (最大60文字)",
"conflict_feed": "Cannot allow witnesses and committee members to provide feeds simultaneously",
"core_exchange_rate": "中心為替レート",
"current_issuer": "現在のオーナーアカウント",
"decimals": "小数点以下の桁数",
"description": "説明",
"details": "詳細",
"disable_confidential": "秘密の取引を無効にする",
"disable_force_settle": "強制決済を無効にする",
"error_invalid": "そのアセットは使用できません",
"error_precision": "そのアセットの精度は%(asset)sと異なります。",
"exists": "そのアセットは既に存在します",
"expiry": "市場解決日",
"feed_lifetime_sec": "フィード寿命 (分)",
"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": "フィード作成者",
"flags": "フラグ",
"force_settlement_delay_sec": "強制決済の遅延 (分)",
"force_settlement_offset_percent": "強制決済のパーセントオフセット",
"global_settle": "発行者に強制グローバル決済を許可する",
"id": "ID",
"invalid_market_pair": "Preferred market pairing can not be the same market",
"issued_assets": "発行済みアセット",
"market": "優先取引ペア",
"market_fee": "取引手数料",
"max_market_fee": "最大取引手数料",
"max_positive": "最大供給量は正の数でなければなりません",
"max_supply": "最大供給量",
"maximum_force_settlement_volume": "最大強制決済量 (1時間毎の総供給量のパーセント)",
"minimum_feeds": "最小フィード数",
"mpa": "スマートコイン",
"name": "アセット名",
"need_asset": "2つのアセットのうち少なくとも1つは%(name)sでなければなりません",
"new_issuer": "新しいオーナーアカウント",
"optional": "オプション設定",
"override_authority": "発行者はアセットを回収できる",
"perm_warning": "警告: 権限は無効にすることのみ可能です。一度無効にすると再度有効にすることはできません!!",
"pm": "バイナリ予測市場",
"precision": "精度",
"precision_warning": "警告: 精度の数値は作成後には変更できません",
"primary": "主要設定",
"quote": "クオートアセット量",
"quote_name": "クオートアセット",
"short": "ショートネーム (最大32文字)",
"symbol": "シンボル",
"to": "アカウントへ発行",
"too_large": "最大供給量が大きすぎます。より少ない数を選択してください。",
"too_many_feed": "Number of feed producers exceeded the max allowed (%(max)s).",
"transfer_restricted": "発行者はすべての転送を承認する必要がある",
"update_owner": "オーナーを更新",
"update_owner_text": "The asset owner may change the owner to another account using this form:",
"visible": "検索と市場からアセットを非表示にする",
"white_list": "保有者はホワイトリストに登録されている必要がある",
"witness_fed_asset": "証人にフィード供給を許可する"
},
"vesting": {
"balance_number": "残高 #%(id)s",
"explain": "権利確定残高には紹介プログラムやワーカーへの支払いなどから得た手数料が含まれます。それらは一定の権利付与期間を有し、すべての資金が利用可能になるまでの間、段階的にアンロックされていきます。",
"no_balances": "このアカウントには権利確定残高はありません",
"title": "権利確定残高"
},
"votes": {
"about": "About",
"active": "Active(%(count)s)",
"active_short": "アクティブ",
"add_committee": "追加",
"add_committee_label": "委員",
"add_witness": "追加",
"add_witness_label": "証人",
"already": "アカウントは既にリストに入っています",
"approve_worker": "承認",
"clear_proxy": "代理人を削除",
"cm_approved_by": "%(account)sによって承認された委員",
"cm_not_approved_by": "%(account)sによって承認されていない委員",
"committee": "委員名",
"create_worker": "新しいワーカーを作成する",
"creator": "作成者",
"daily": "1日",
"daily_pay": "支払い",
"end": "終了日",
"expired": "期限切れのワーカー",
"funding": "資金調達",
"go_proxy": "進む:",
"inactive": "バックアップ",
"info": "情報",
"line": "Line",
"max_pay": "最大総支払い額",
"missing": "Needed",
"name": "名前",
"new": "Proposed(%(count)s)",
"no_proxy": "代理人はいません",
"proxy": "代理人にするアカウントを手動で入力",
"proxy_current": "現在の代理人: ",
"proxy_known": "または代理人アカウントを選択してください",
"proxy_short": "代理人",
"publish": "変更を公開する",
"recycled": "リサイクル",
"reject_worker": "拒否",
"remove_committee": "削除",
"remove_witness": "削除",
"save_finish": "Click save to finish",
"set_proxy": "Set a proxy here",
"start": "開始日",
"status": {
"neutral": "中立",
"rejected": "拒否",
"supported": "支持",
"title": "ステータス"
},
"support": "サポート",
"supported": "Supported",
"threshold": "Votes required to activate",
"toggle": "Toggle vote",
"total_budget": "有効な1日の合計ワーカー予算",
"total_votes": "得票",
"unclaimed": "未請求の支払い",
"unused_budget": "未使用の1日のワーカー予算",
"url": "ウェブページ",
"votes": "投票数",
"votes_against": "反対投票",
"w_approved_by": "%(account)sによって承認された証人",
"w_not_approved_by": "%(account)sによって承認されていない証人",
"witness": "証人名",
"worker_account": "ワーカーアカウント",
"workers": "予算項目",
"workers_short": "ワーカー"
},
"voting": "投票",
"welcome": "BitSharesへようこそ",
"whitelist": {
"add": "ホワイトリストに追加する",
"add_black": "ブラックリストに追加する",
"black": "ブラックリスト",
"black_by": "ブラックリスト登録者",
"blacklist_authorities": "ブラックリスト権限",
"empty": "%(account)sはアカウントを1つもホワイトリストに登録していません。",
"empty_black": "%(account)sはアカウントを1つもブラックリストに登録していません。",
"empty_black_by": "%(account)sをブラックリストに登録したアカウントはありません。",
"empty_white_by": "%(account)sをホワイトリストに登録したアカウントはありません。",
"title": "ホワイトリスト",
"white_by": "ホワイトリスト登録者",
"whitelist_authorities": "ホワイトリスト権限"
}
},
"app_init": {
"browser": "サポートされていないブラウザ",
"browser_text": "使用しているブラウザはBitSharesウォレットをサポートするための完全なテストが行われていません。ウォレットをバックアップし、あなたが選択したブラウザの完全なテストが行われるまで、Chromeブラウザを使用することを強く推奨します。自身の責任で使用してください。",
"check_latency": "Running latency checks...",
"check_latency_feedback": "Running latency checks (%(pinged)s/%(totalToPing)s nodes) ...",
"connected": "接続しました",
"connecting": "Connecting to API server: %(server)s",
"database": "Connection established, initializing local databases",
"not_connected": "接続していません",
"retry": "再試行",
"title": "アプリケーション初期化エラー",
"understand": "理解しました。",
"ws_status": "フルノード接続状態"
},
"borrow": {
"adjust": "ポジションを更新",
"adjust_short": "調整",
"call_limit": "マーケットコールリミット",
"close": "ポジションを閉じる",
"coll_ratio": "担保比率",
"coll_ratio_target": "Target Ratio",
"enable_target_collateral_ratio": "Use Target Collateral Ratio",
"errors": {
"below": "あなたの担保比率は%(mr)s未満であり、許可されません。",
"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": "あなたの担保比率は%(mr)sに近いです。そのため、価格が下落した場合、このポジションにマージンコールがかかる危険性があります。",
"collateral": "担保残高が不足しています",
"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の有効なフィードがありません",
"pay_max_debt": "Pay Max Debt",
"target_collateral_ratio": "Target Collateral Ratio",
"title": "%(asset_symbol)sマージン",
"update": "更新",
"use_max": "Use Max"
},
"browser_notification_messages": {
"money_received_body": "%(amount)s %(symbol)s受け取りました",
"money_received_title": "%(from)sからの転送"
},
"cancel": "キャンセル",
"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": "おすすめのマーケット",
"starred_markets": "お気に入りのマーケット",
"table_empty": "表示できるマーケットがありません。",
"top_markets": "トップマーケット"
},
"exchange": {
"add_quote": "Add",
"asks": "売り注文",
"atr": "アベレージトゥルーレンジ",
"balance": "残高",
"base_supply": "ベース供給量",
"bids": "買い注文",
"borrow": "借り入れ",
"borrow_short": "借り入れ",
"buy": "買う",
"buy_description": "Buy %(baseAsset)s %(baseName)s for %(quoteAsset)s %(quoteName)s",
"buy_min": "最低購入量",
"buysell_formatter": "{asset} {direction}",
"call": "コール価格",
"change": "変化",
"chart_height": "Chart height (pixels)",
"chart_modal": "Chart options",
"chart_type": "Chart type",
"confirm_buy": "あなたの注文は、最低アスク価格より%(diff)s倍高いです。続行してもよろしいですか?",
"confirm_no_orders_buy": "未執行の売り注文がないマーケットに買い注文を出そうとしています。続行してもよろしいですか?",
"confirm_no_orders_sell": "未執行の買い注文がないマーケットに売り注文を出そうとしています。続行してもよろしいですか?",
"confirm_sell": "あなたの注文は、最高ビッド価格より%(diff)s倍低いです。続行してもよろしいですか?",
"core_rate": "手数料率",
"custom_quote": "Add a custom quote",
"deposit": "入金",
"description": "説明",
"ema": "指数平滑移動平均",
"featured": "トップマーケット",
"feed_price": "フィード価格",
"filter": "フィルター",
"flip": "ひっくり返す",
"group_order_limit": "グループ",
"hide": "非表示",
"highest_bid": "最高ビッド価格",
"history": "マーケット履歴",
"horizontal": "水平",
"index": "指数",
"invalid_amount": "数量が不正です",
"invalid_price": "価格が不正です",
"invert": "価格を反転",
"latest": "最新",
"lowest_ask": "最低アスク価格",
"maintenance": "維持コール価格",
"market": "マーケット",
"market_frozen": "%(asset)s のオーナーがこのマーケットでの取引を無効にしています。",
"market_name": "マイ・マーケット",
"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": "マーケットを探す",
"move_down": "Move down",
"move_up": "Move up",
"my_asks": "自分の売り注文",
"my_bids": "自分の買い注文",
"my_history": "自分の履歴",
"my_orders": "自分の未執行注文",
"native": "Native",
"new": "新しい",
"no_asks": "No asks",
"no_balance": "残高不足",
"no_bids": "No bids",
"no_data": "データなし",
"no_orders": "No orders",
"order_depth": "マーケットデプス",
"others": "その他",
"overbought": "買われすぎ",
"oversold": "売られすぎ",
"period": "期間 (日)",
"price": "価格",
"price_history": "価格チャート",
"price_market": "マーケット価格",
"quantity": "数量",
"quote": "クオート通貨:",
"quote_selection": "Modify quote selection",
"quote_supply": "クオート供給量",
"receive": "取得",
"remove": "Remove",
"rsi": "相対力指数",
"search": "他のマーケットを検索する",
"sell": "売る",
"sell_description": "Sell %(baseAsset)s %(baseName)s for %(quoteAsset)s %(quoteName)s",
"settings": "チャートオプション",
"settle": "決済",
"settle_orders": "決済注文",
"short": "ショート",
"show_asks": "すべての売り注文を見る",
"show_bids": "すべての買い注文を見る",
"show_only_liquid": "Show liquid markets only",
"show_only_star_formatter": "{star_icon}のみ表示",
"sma": "単純移動平均",
"spread": "スプレッド",
"squeeze": "マージンコール価格",
"time": "ローソク足",
"to_market": "マーケットを見る",
"total": "合計",
"trading_pair": "トレーディングペア",
"value": "値",
"vertical": "垂直",
"vol_short": "出来高",
"volume": "出来高",
"volume_24": "24時間出来高",
"your_price": "あなたのコール価格",
"zoom": "拡大",
"zoom_all": "すべて"
},
"explorer": {
"account": {
"title": "アカウント"
},
"accounts": {
"filter": "アカウントのフィルタリング",
"filter_contacts": "連絡先のフィルタリング",
"title": "アカウント"
},
"asset": {
"actions": "Asset actions",
"fee_pool": {
"claim_balance": "Claim fee pool balance",
"claim_fees": "手数料を請求",
"claim_pool_text": "The asset owner may withdraw funds from the fee pool using this form:",
"claim_text": "アセット発行者はここに蓄積された手数料を請求することができます。",
"core_exchange_rate": "中心取引レート (CER)",
"fund": "Fund the fee pool",
"fund_text": "手数料プールは%(asset)sの手数料を%(core)sに換算することによって%(core)sの手数料を支払うために使用されます。手数料プールの資金が尽きた場合、手数料を%(asset)sで払うことはできなくなり、既定値は%(core)sになります。",
"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.",
"title": "手数料プール",
"unclaimed_issuer_income": "未請求の発行者収入"
},
"feed_producer": "Feed producer",
"feed_producer_text": "Approved feed producers may publish a new feed using the form below:",
"info": "Asset info",
"invalid": "アセット名%(name)sは無効です",
"margin_positions": {
"title": "マージンポジション"
},
"not_found": "アセット%(name)sは存在しません",
"permissions": {
"blacklist_authorities": "ブラックリスト権限",
"blacklist_markets": "ブラックリストマーケット",
"max_market_fee": "最大取引手数料",
"max_supply": "最大供給量",
"title": "権限",
"whitelist_authorities": "ホワイトリスト権限",
"whitelist_markets": "ホワイトリストマーケット"
},
"price_feed": {
"force_settlement_offset": "強制決済オフセット",
"global_settlement_price": "グローバル決済価格",
"maintenance_collateral_ratio": "維持担保率 (MCR)",
"maximum_short_squeeze_ratio": "最大ショート・スクイーズ比率 (MSSR)",
"settlement_delay": "決済遅延",
"settlement_price": "決済価格",
"title": "価格フィード"
},
"price_feed_data": {
"core_exchange_rate": "CER",
"maintenance_collateral_ratio": "MCR",
"maximum_short_squeeze_ratio": "MSSR",
"published": "公開しました",
"publisher": "公開者",
"settlement_price": "決済価格",
"title": "価格フィードデータ"
},
"summary": {
"asset_type": "アセット種別",
"current_supply": "現在の供給量",
"issuer": "発行者",
"market_fee": "取引手数料",
"max_market_fee": "最大取引手数料",
"stealth_supply": "隠れた供給量"
},
"title": "アセット",
"whitelist": {
"blacklist_authorities": "ブラックリスト権限",
"blacklist_markets": "マーケットブラックリスト",
"enable_flag": "ホワイトリスト権限を設定するには、ホワイトリストのフラグを有効にする必要があります。",
"whitelist_authorities": "ホワイトリスト権限",
"whitelist_markets": "マーケットホワイトリスト"
}
},
"assets": {
"id": "ID",
"issuer": "発行者",
"market": "スマートコイン",
"precision": "精度",
"prediction": "予測市場アセット",
"symbol": "シンボル",
"title": "アセット",
"units": "単位",
"user": "ユーザー発行アセット"
},
"block": {
"account_upgrade": "アップグレードするアカウント",
"asset_issue": "発行する数量",
"asset_update": "アップデートするアセット",
"authorizing_account": "承認するアカウント",
"call_limit": "コール制限",
"common_options": "共通オプション",
"count": "トランザクション数",
"date": "日時",
"fee_payer": "手数料支払いアカウント",
"feed_price": "フィード価格",
"go_to": "Go to block",
"id": "ブロック ID",
"key": "公開キー",
"lifetime": "終身会員にアップグレードする",
"listed_account": "リストに登録されたアカウント",
"max_margin_period_sec": "最大マージン期間 (秒)",
"new_listing": "新規登録",
"new_options": "新しいオプション",
"new_producers": "新しいフィード作成者",
"next_secret": "次の秘密ハッシュ",
"op": "操作",
"op_type": "操作種別",
"previous": "前",
"previous_secret": "前の秘密ハッシュ",
"settlement_price": "決済金額",
"short_limit": "ショート制限",
"time": "時間",
"title": "ブロック",
"transactions": "トランザクション数",
"trx": "トランザクション",
"witness": "証人"
},
"blocks": {
"active_committee_members": "アクティブな委員",
"active_witnesses": "アクティブな証人",
"avg_conf_time": "平均確認時間",
"block_time": "ブロックタイム",
"block_times": "ブロックタイム",
"current_block": "現在のブロック",
"globals": "グローバルパラメータ",
"last_block": "最新のブロック",
"recent": "最近のブロック",
"recently_missed_blocks": "最近の喪失ブロック",
"title": "ブロックチェーン",
"transactions": "トランザクション数",
"trx": "トランザクション",
"trx_per_block": "Trx/block",
"trx_per_sec": "Trx/s"
},
"committee_member": {
"title": "委員"
},
"committee_members": {
"active": "アクティブな委員の総数",
"title": "委員"
},
"fees": {
"fee": "基本手数料",
"feeeq": "(同じ)",
"feeltm": "終身 / 年間会員料金",
"feeltmeq": "(同じ)",
"type": "手数料種別"
},
"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": "提案された取引"
},
"witnesses": {
"budget": "残余予算",
"card": "カードビュー",
"current": "現在の証人",
"last_confirmed": "最新の確認",
"missed": "ブロック喪失",
"next_vote": "次回の投票更新",
"participation": "参加率",
"pay": "1ブロックあたりの報酬",
"rank": "ランク",
"table": "テーブルビュー",
"title": "証人",
"filter_by_name": "名前でフィルタリングする"
},
"workers": {
"create": "新しいワーカー提案を作成する",
"create_text_1": "新しいワーカーを作成するには、以下のフォームに記入してください。ワーカーはあなたの現在アクティブなアカウントで作成されます。アカウントは終身会員である必要があります。",
"create_text_2": "ワーカー公開後に変更できないパラメーターの選択は慎重に検討してください。",
"daily_pay": "日当 (BTS)",
"date_text": "開始日は、人々があなたのワーカーを見つけ、評価し、投票するために時間がかかるため、少なくとも1週間後にする必要があります。",
"name_text": "ワーカーの名前は簡潔でなければなりません。: 'ワーカーの目的 - アカウント名'",
"pay_text": "日当は、希望する1日の支払額をBTSで定義します。現在のベストプラクティスはUSD/CNYで給料を定義し、BTSの価格上昇によって生じた余剰分をバーンすると約束することです。あなたのワーカーがアクティブで、払い戻すワーカーより上にいるために十分な投票を得ている場合、この日当を受け取ることができます。",
"period": "ワーカー期間",
"title": "ワーカー名",
"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": "給与の権利付与期間 (日)",
"vesting_text": "権利付与期間はワーカーが収入をすべて請求できるようになる権利が確定するまでの日数で定義されます。",
"website": "ウェブサイト"
}
},
"fees": {
"title": "手数料表"
},
"footer": {
"advanced_settings": "Advanced settings",
"backup": "バックアップが必要です",
"block": "ブロック",
"brainkey": "ブレインキーのバックアップを推奨します",
"connected": "接続しました",
"connection": "ブロックチェーンへの接続がありません",
"disconnected": "接続していません",
"latency": "レイテンシ",
"loading": "ロード中...",
"nosync": "ブロックチェーンは同期していません。同期が完了するまでお待ち下さい..",
"synced": "同期しました",
"title": "BitShares",
"unsynced": "同期していません",
"update_available": "更新があります"
},
"gateway": {
"add_funds": "あなたのBitSharesアカウント<strong>%(account)s</strong>に素早く簡単に資金を追加します。 このサービスはOpenledgerによって提供されています。",
"address": "Address",
"address_with_memo": "%(address)s <span class=\"blocktrades-with-memo\">とメモ</span> %(memo)s",
"agreement": {
"hint": "I have read and agreed to",
"name": "《利用規約》",
"notice": "続行するには規約を確認してください",
"register": "同意する"
},
"asset": "アセット",
"asset_search_deposit": "入金するアセットを検索する",
"asset_search_withdraw": "出金するアセットを検索する",
"asset_to_deposit": "入金するアセット:",
"asset_to_receive": "入金額:",
"asset_to_withdraw": "出金するアセット:",
"asset_unavailable": "%(asset)sのゲートウェイはサービス外です。",
"assets": {
"bit": "<br/><br/>%(asset)s は実際の%(backed)sの価値に追随するデリバティブです。これは100%分散化されており、トラストレスであり、スマートコントラクトによってブロックチェーンに保持される担保に裏付けされています。",
"bitcny": "<br/><br/>bitCNY はMagic Walletが提供するゲートウェイサービスによって実際の元と1:1で入出金できます。詳細はこちらを見てください https://www.magicw.net/",
"open": "<br/><br/>%(asset)sアセットは実際の%(backed)sと1:1に対応し、Openledgerによって提供されるゲートウェイサービスによって入出金が可能です。",
"trade": "<br/><br/>%(asset)sアセットは実際の%(backed)sと1:1に対応し、Blocktradesによって提供されるゲートウェイサービスによって入出金が可能です。"
},
"balance": "現在の残高",
"balance_asset": "現在の%(asset)s残高",
"bitkapital_receive": "入金額",
"bitkapital_text": "入出金するアセットを選択してください:",
"bitkapital_withdraw": "出金額",
"bridge": "ブリッジ",
"bridge_text": "ブリッジはアセットを他のものに交換します。例: BTCをBTSに。",
"calc": "計算中",
"choose_deposit": "入金したいコインを選択してください",
"choose_withdraw": "出金したいコインを選択してください",
"citadel": {
"coming_soon": "近日公開",
"min_amount": "最低数量: %(minAmount)s %(symbol)s",
"min_amount_error": "数字を入力してください >= minimum",
"support_block": "サポートについては、citadel.li までご連絡ください。:",
"under_construction": "工事中"
},
"contact_TRADE": "Blocktradesに連絡する",
"convert": "内部変換",
"convert_coin": "%(coin)s (%(symbol)s) に変換",
"convert_now": "今すぐ変換",
"copy_address": "アドレスをコピー",
"copy_memo": "メモをコピー",
"deposit_from_wallet": "Deposit from wallet",
"deposit": "入金",
"deposit_address": "入金アドレス",
"deposit_history_status": {
"confirming": "デポジット確認中",
"fail": "失敗",
"success": "成功",
"transfering": "転送中",
"waiting": "入金待ち"
},
"deposit_inst": "入金指示",
"deposit_limit": "入金制限",
"deposit_notice_delay": "(新しいアドレスは5分に一度生成できます。)",
"deposit_summary": "入金概要",
"deposit_to": "%(asset)sを以下のアドレスに送ってください",
"deposit_warning": "他の通貨を%(asset)sアドレスに送信すると、デポジットが失われます",
"deposit_warning_memo": "Deposit %(asset)s must contains memo, otherwise it won't be credited",
"fee": "ゲートウェイ手数料",
"fiat": "法定通貨",
"fiat_text": "注意:法定通貨のゲートウェイは当面の間、利用不可となります。最新情報は<a target='_blank' href='https://blog.openledger.info/'>blog.openledger.info</a>から確認してください。",
"frozen": "The user account %(account)s was frozen",
"gateway": "ゲートウェイ",
"gateway_text": "ここで入金または出金を選択してください",
"generate": "生成",
"generate_new": "新しいアドレスを取得",
"generate_new_memo": "新しいメモを取得",
"iban": "IBAN",
"info": "情報",
"intermediate": "中間アカウント",
"inventory": "一覧表",
"limit": "リミット: %(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": "最低入金額は%(minDeposit)s %(coin)sです。",
"min_deposit_warning_asset": "重要: このアドレスには%(coin)sのみ送金してください。このアドレスに%(minDeposit)s %(coin)s未満、または他の仮想通貨を送金すると、デポジットが失われる可能性があります。",
"over_limit": "制限に達しました",
"please_generate_address": "新しいアドレスを取得",
"purchase": "%(asset)sを買う",
"purchase_1": "外部ウォレットの%(inputAsset)sで%(outputAsset)sを素早く簡単に買います。このサービスは<a href='https://blocktrades.us/' target='blank' rel='noopener noreferrer'>Blocktrades</a>によって提供されます。",
"purchase_notice": "このアドレスに送信された%(inputAsset)sは%(outputAsset)sとして表示されます。",
"purchase_notice_memo": "Memo <b>required</b> for proper routing to your account",
"receive_account": "受け取りアカウント:",
"recent_deposit": "最近の入金",
"recent_withdraw": "最近の出金",
"rudex": {
"coming_soon": "近日公開",
"min_amount": "最低数量: %(minAmount)s %(symbol)s",
"min_amount_error": "数字を入力してください >= minimum",
"support_block": "サポートについては、RuDEXまでご連絡ください。:",
"under_construction": "工事中"
},
"xbtsx": {
"coming_soon": "近日公開",
"min_amount": "最低数量: %(minAmount)s %(symbol)s",
"min_amount_error": "数字を入力してください >= minimum",
"support_block": "サポートについては、XBTSまでご連絡ください。:",
"under_construction": "工事中"
},
"scan_qr": "QRをスキャン",
"service": "転送サービス",
"status": "ステータス",
"support_block": "OpenLedgerが提供する転送サービスに関するサポートが必要な場合は、OpenLedgerにご連絡ください(英語のみ):",
"support_gdex": "サポートについては、GDEXまでお問い合わせください",
"symbol": "シンボル",
"time": "時間",
"title": "入金 & 出金",
"transaction_history_info": " %(amount)s %(assetName)s with trancation id: %(txid)s ",
"unavailable": "このアセットのゲートウェイサービスが現在停止しています。後でやり直してください",
"unavailable_OPEN": "OpenLedgerゲートウェイがダウンしているか、応答していません",
"unavailable_RUDEX": "RuDEXゲートウェイがダウンしているか、応答していません",
"unavailable_TRADE": "Blocktradesブリッジがダウンしているか、応答していません",
"unavailable_bridge": "このアセットのブリッジサービスは現在停止しています。後でやり直してください",
"use_copy_button": "アドレス、またはメモをコピーするにはコピーボタンを使用してください。",
"user_unavailable": "ユーザー情報は現在利用できません。後でやり直してください",
"valid_address": "有効な%(coin_type)sのアドレスを入力してください",
"website": "ウェブサイトに行く",
"withdraw": "出金",
"withdraw_coin": "%(coin)s (%(symbol)s) を出金",
"withdraw_funds": "BitSharesアカウントから外部の%(asset)sアカウントへ出金しようとしています。",
"withdraw_history_status": {
"audited": "auditting completed",
"auditing": "withdraw auditing",
"confirming": "確認中",
"fail": "失敗",
"refused": "auditting failed",
"success": "成功",
"transfering": "転送中"
},
"withdraw_inst": "出金指示",
"withdraw_now": "今すぐ出金",
"withdraw_placeholder": "%(asset)sアドレスを入力してください",
"withdraw_summary": "出金概要",
"withdraw_to": "%(asset)sの出金画面を開くには下のボタンをクリックしてください",
"your_account": "あなたのアカウント"
},
"global": {
"cancel": "Cancel",
"confirm": "Confirm",
"help": "Help",
"return_to_top": "Return to top",
"scan_qr_code": "Scan QR code"
},
"header": {
"account": "アカウント",
"account_notify": "現在のアクティブアカウントは%(account)sです。",
"account_value": "アカウント値",
"accounts_manage": "アカウントの管理",
"collateral_ratio": "担保の比率",
"create_account": "アカウント作成",
"create_asset": "アセット作成",
"current": "現在のアカウント",
"dashboard": "ダッシュボード",
"deposit-withdraw": "入金/出金",
"exchange": "取引所",
"explorer": "エクスプローラー",
"help": "ヘルプ",
"lock": "ログアウト (ウォレットをロック)",
"lock_short": "ログアウト",
"locked_tip": "<br/>クリックすると、ウォレットをアンロックしログインします。<br/><br/>ブラウザを閉じることでもログアウトできます。",
"logout": "ログアウト",
"payments": "送金",
"payments_beta": "送金 (ベータ)",
"payments_legacy": "送金 (レガシー)",
"settings": "設定",
"title": "BitShares UI",
"unlock": "ログイン (ウォレットをアンロック)",
"unlock_password": "パスワードでログイン",
"unlock_short": "ログイン",
"unlocked_tip": "<br/>クリックすると、ウォレットをロックしログアウトします。<br/><br/>ブラウザを閉じることでもログアウトできます。",
"update_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",