-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
138 additions
and
17 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,14 +131,24 @@ jobs: | |
script: | | ||
core.setFailed('Pinning did not succeed') | ||
# dnslink-dnsimple requires go | ||
- uses: actions/setup-go@v4 | ||
if: github.ref == 'refs/heads/main' | ||
with: | ||
go-version: "1.20.x" | ||
|
||
- name: Set up dnslink updater | ||
if: github.ref == 'refs/heads/main' | ||
run: go install github.com/ipfs/[email protected] | ||
|
||
# dev dnslink is updated on each main branch update | ||
- run: npx dnslink-dnsimple --domain dev.webui.ipfs.io --link /ipfs/${{ steps.ipfs.outputs.cid }} | ||
- run: dnslink-dnsimple --domain dev.webui.ipfs.io --record _dnslink --link /ipfs/${{ steps.ipfs.outputs.cid }} | ||
if: github.ref == 'refs/heads/main' | ||
env: | ||
DNSIMPLE_TOKEN: ${{ secrets.DNSIMPLE_TOKEN }} | ||
|
||
# production dnslink is updated on release (during tag build) | ||
- run: npx dnslink-dnsimple --domain webui.ipfs.io --link /ipfs/${{ steps.ipfs.outputs.cid }} | ||
- run: dnslink-dnsimple --domain webui.ipfs.io --record _dnslink --link /ipfs/${{ steps.ipfs.outputs.cid }} | ||
if: github.ref == 'refs/heads/main' && github.event_name == 'workflow_dispatch' | ||
env: | ||
DNSIMPLE_TOKEN: ${{ secrets.DNSIMPLE_TOKEN }} | ||
|
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
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" | ||
} |
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
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