Skip to content

Commit

Permalink
chore: pull transifex translations (#2177)
Browse files Browse the repository at this point in the history
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
github-actions[bot] and lidel committed Nov 23, 2023
1 parent a63f48a commit 7f377ff
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 1 deletion.
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"
}

0 comments on commit 7f377ff

Please sign in to comment.