-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: pull transifex translations (#2177)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: lidel <lidel@users.noreply.github.com>
- Loading branch information
1 parent
a63f48a
commit 7f377ff
Showing
2 changed files
with
107 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
{ | ||
"actions": { | ||
"add": "追加", | ||
"apply": "適用", | ||
"browse": "ブラウズ", | ||
"cancel": "キャンセル", | ||
"change": "変更", | ||
"clear": "クリア", | ||
"close": "閉じる", | ||
"copy": "コピー", | ||
"create": "作成", | ||
"remove": "削除", | ||
"download": "ダウンロード", | ||
"edit": "編集", | ||
"import": "インポート", | ||
"inspect": "Inspect", | ||
"more": "More", | ||
"moreInfo": "より詳しい情報", | ||
"noThanks": "拒否", | ||
"ok": "了解", | ||
"pinVerb": "ピン", | ||
"rename": "名前を変更", | ||
"reset": "リセット", | ||
"save": "保存", | ||
"saving": "保存中……", | ||
"selectAll": "全て選択", | ||
"setPinning": "ピンを設定", | ||
"submit": "設定", | ||
"unpin": "ピン解除", | ||
"unselectAll": "選択を全て解除", | ||
"generate": "生成", | ||
"publish": "Publish", | ||
"downloadCar": "CARをダウンロード", | ||
"done": "終了" | ||
}, | ||
"cliModal": { | ||
"description": "IPFSでのこの操作をコマンドライン上で行うには、以下をコピー&ペーストしてください。パラメータは適当なものに置き換えてください。" | ||
}, | ||
"nav": { | ||
"bugsLink": "バグ報告", | ||
"codeLink": "コードを見る" | ||
}, | ||
"status": { | ||
"connectedToIpfs": "IPFSに接続完了", | ||
"connectingToIpfs": "IPFSサービスに接続しています…", | ||
"couldNotConnect": "IPFS API に接続できませんでした。" | ||
}, | ||
"apiAddressForm": { | ||
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)" | ||
}, | ||
"publicGatewayForm": { | ||
"placeholder": "URLを入力 (https://dweb.link)" | ||
}, | ||
"terms": { | ||
"address": "アドレス", | ||
"addresses": "アドレス", | ||
"advanced": "詳細情報", | ||
"agent": "Agent", | ||
"api": "アプリケーションプログラミングインターフェイス", | ||
"apiAddress": "API address", | ||
"blocks": "Blocks", | ||
"connection": "接続", | ||
"downSpeed": "受信量", | ||
"example": "例:", | ||
"file": "File", | ||
"files": "ファイル", | ||
"folder": "フォルダ", | ||
"folders": "フォルダ", | ||
"gateway": "ゲートウェイ", | ||
"in": "受信量", | ||
"latency": "レイテンシ", | ||
"loading": "Loading", | ||
"location": "位置", | ||
"name": "名前", | ||
"node": "ノード", | ||
"out": "送信量", | ||
"peer": "ピア", | ||
"peerId": "ピアID", | ||
"id": "ID", | ||
"peers": "ピア", | ||
"pinNoun": "ピン", | ||
"pins": "ピン", | ||
"pinStatus": "ピンの状態", | ||
"publicKey": "公開鍵", | ||
"publicGateway": "公開ゲートウェイ", | ||
"rateIn": "下り通信量", | ||
"rateOut": "上り通信量", | ||
"repo": "Repo", | ||
"size": "サイズ", | ||
"totalIn": "下り通信量(合計)", | ||
"totalOut": "上り通信量(合計)", | ||
"unknown": "不明", | ||
"ui": "UI", | ||
"upSpeed": "送信量", | ||
"revision": "リビジョン" | ||
}, | ||
"tour": { | ||
"back": "戻る", | ||
"close": "閉じる", | ||
"finish": "終了", | ||
"next": "次へ", | ||
"skip": "スキップ", | ||
"tooltip": "Click this button any time for a guided tour on the current page." | ||
}, | ||
"startTourHelper": "Start tour" | ||
} |