File tree 2 files changed +107
-1
lines changed
2 files changed +107
-1
lines changed Original file line number Diff line number Diff line change 68
68
}
69
69
},
70
70
"errors" : {
71
- "BlockFetchTimeoutError" : " Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID."
71
+ "BlockFetchTimeoutError" : " Gagal mengambil konten dalam {timeout}s. Harap segarkan halaman untuk mencoba lagi atau mencoba CID lain ."
72
72
}
73
73
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "actions" : {
3
+ "add" : " 追加" ,
4
+ "apply" : " 適用" ,
5
+ "browse" : " ブラウズ" ,
6
+ "cancel" : " キャンセル" ,
7
+ "change" : " 変更" ,
8
+ "clear" : " クリア" ,
9
+ "close" : " 閉じる" ,
10
+ "copy" : " コピー" ,
11
+ "create" : " 作成" ,
12
+ "remove" : " 削除" ,
13
+ "download" : " ダウンロード" ,
14
+ "edit" : " 編集" ,
15
+ "import" : " インポート" ,
16
+ "inspect" : " Inspect" ,
17
+ "more" : " More" ,
18
+ "moreInfo" : " より詳しい情報" ,
19
+ "noThanks" : " 拒否" ,
20
+ "ok" : " 了解" ,
21
+ "pinVerb" : " ピン" ,
22
+ "rename" : " 名前を変更" ,
23
+ "reset" : " リセット" ,
24
+ "save" : " 保存" ,
25
+ "saving" : " 保存中……" ,
26
+ "selectAll" : " 全て選択" ,
27
+ "setPinning" : " ピンを設定" ,
28
+ "submit" : " 設定" ,
29
+ "unpin" : " ピン解除" ,
30
+ "unselectAll" : " 選択を全て解除" ,
31
+ "generate" : " 生成" ,
32
+ "publish" : " Publish" ,
33
+ "downloadCar" : " CARをダウンロード" ,
34
+ "done" : " 終了"
35
+ },
36
+ "cliModal" : {
37
+ "description" : " IPFSでのこの操作をコマンドライン上で行うには、以下をコピー&ペーストしてください。パラメータは適当なものに置き換えてください。"
38
+ },
39
+ "nav" : {
40
+ "bugsLink" : " バグ報告" ,
41
+ "codeLink" : " コードを見る"
42
+ },
43
+ "status" : {
44
+ "connectedToIpfs" : " IPFSに接続完了" ,
45
+ "connectingToIpfs" : " IPFSサービスに接続しています…" ,
46
+ "couldNotConnect" : " IPFS API に接続できませんでした。"
47
+ },
48
+ "apiAddressForm" : {
49
+ "placeholder" : " Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
50
+ },
51
+ "publicGatewayForm" : {
52
+ "placeholder" : " URLを入力 (https://dweb.link)"
53
+ },
54
+ "terms" : {
55
+ "address" : " アドレス" ,
56
+ "addresses" : " アドレス" ,
57
+ "advanced" : " 詳細情報" ,
58
+ "agent" : " Agent" ,
59
+ "api" : " アプリケーションプログラミングインターフェイス" ,
60
+ "apiAddress" : " API address" ,
61
+ "blocks" : " Blocks" ,
62
+ "connection" : " 接続" ,
63
+ "downSpeed" : " 受信量" ,
64
+ "example" : " 例:" ,
65
+ "file" : " File" ,
66
+ "files" : " ファイル" ,
67
+ "folder" : " フォルダ" ,
68
+ "folders" : " フォルダ" ,
69
+ "gateway" : " ゲートウェイ" ,
70
+ "in" : " 受信量" ,
71
+ "latency" : " レイテンシ" ,
72
+ "loading" : " Loading" ,
73
+ "location" : " 位置" ,
74
+ "name" : " 名前" ,
75
+ "node" : " ノード" ,
76
+ "out" : " 送信量" ,
77
+ "peer" : " ピア" ,
78
+ "peerId" : " ピアID" ,
79
+ "id" : " ID" ,
80
+ "peers" : " ピア" ,
81
+ "pinNoun" : " ピン" ,
82
+ "pins" : " ピン" ,
83
+ "pinStatus" : " ピンの状態" ,
84
+ "publicKey" : " 公開鍵" ,
85
+ "publicGateway" : " 公開ゲートウェイ" ,
86
+ "rateIn" : " 下り通信量" ,
87
+ "rateOut" : " 上り通信量" ,
88
+ "repo" : " Repo" ,
89
+ "size" : " サイズ" ,
90
+ "totalIn" : " 下り通信量(合計)" ,
91
+ "totalOut" : " 上り通信量(合計)" ,
92
+ "unknown" : " 不明" ,
93
+ "ui" : " UI" ,
94
+ "upSpeed" : " 送信量" ,
95
+ "revision" : " リビジョン"
96
+ },
97
+ "tour" : {
98
+ "back" : " 戻る" ,
99
+ "close" : " 閉じる" ,
100
+ "finish" : " 終了" ,
101
+ "next" : " 次へ" ,
102
+ "skip" : " スキップ" ,
103
+ "tooltip" : " Click this button any time for a guided tour on the current page."
104
+ },
105
+ "startTourHelper" : " Start tour"
106
+ }
You can’t perform that action at this time.
0 commit comments