Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: pull new translations #2177

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/locales/id/explore.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
}
},
"errors": {
"BlockFetchTimeoutError": "Failed to fetch content in {timeout}s. Please refresh the page to retry or try a different CID."
"BlockFetchTimeoutError": "Gagal mengambil konten dalam {timeout}s. Harap segarkan halaman untuk mencoba lagi atau mencoba CID lain."
}
}
106 changes: 106 additions & 0 deletions public/locales/ja-JP/app.json
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"
}