[JA] translate resourses sidebar

This commit is contained in:
tequ
2024-07-08 12:08:34 +09:00
parent c0d776c650
commit b22f0016db
2 changed files with 25 additions and 1 deletions

View File

@@ -20,11 +20,24 @@ theme.footer.about: 概要
theme.footer.docs: ドキュメント
theme.footer.resources: リソース
theme.footer.community: コミュニティ
sidebar.docs: ドキュメント
sidebar.docs.tutorials: チュートリアル
sidebar.docs.references: リファレンス
sidebars.resources: リソース
sidebar.resources.codesamples: コードサンプル
sidebar.resources.dev-tools: 開発者ツール
sidebar.resources.dev-tools.rpc-tool: RPCツール
sidebar.resources.dev-tools.websocket-api-tool: WebSocket APIツール
sidebar.resources.dev-tools.xrp-ledger-toml-checker: xrp-ledger.tomlチェッカー
sidebar.resources.dev-tools.domain-verifier: ドメイン検証ツール
sidebar.resources.dev-tools.xrp-faucets: XRP Faucets
sidebar.resources.dev-tools.tx-sender: トランザクション送信ツール
sidebar.resources.xrpl-learning-portal: XRPL学習ポータル
sidebar.resources.xrpl-brand-kit: XRPLブランドキット
sidebar.resources.ledger-explorer: エクスプローラ
sidebar.resources.contribute-documentation.contributor-code-of-conduct: 行動規範
topnav.about.xrp-ledger: XRP Ledger
topnav.about.xrpl-overview: XRPLの概要
topnav.about.use-cases-featured-projects: ユースケースと注目プロジェクト
@@ -62,7 +75,6 @@ topnav.resources.contribute-code: コードへの貢献
topnav.resources.contribute-documentation: ドキュメントへの貢献
topnav.community.title: コミュニティ
topnav.community.description: 話題に加わろう。
topnav.community.get-involved: 参加する
topnav.community.events: イベント
topnav.community.ambassadors: アンバサダー
@@ -72,6 +84,7 @@ topnav.community.dev-blog: 開発者ブログ
topnav.community.xrpl-grants: XRPL Grants
topnav.community.github: GitHub
topnav.community.report-a-scam: 詐欺の報告
footer.about.xrpl-overview: XRPLの概要
footer.about.use-cases-projects: ユースケースとプロジェクト
footer.about.history: 歴史

View File

@@ -640,28 +640,38 @@
labelTranslationKey: sidebar.resources.codesamples
page: resources/code-samples.page.tsx
- group: Dev Tools
labelTranslationKey: sidebar.resources.dev-tools
page: resources/dev-tools/index.page.tsx
expanded: false
items:
- label: RPC Tool
labelTranslationKey: sidebar.resources.dev-tools.rpc-tool
page: resources/dev-tools/rpc-tool.page.tsx
- label: WebSocket API Tool
labelTranslationKey: sidebar.resources.dev-tools.websocket-api-tool
page: resources/dev-tools/websocket-api-tool.page.tsx
- label: xrp-ledger.toml Checker
labelTranslationKey: sidebar.resources.dev-tools.xrp-ledger-toml-checker
page: resources/dev-tools/xrp-ledger-toml-checker.page.tsx
- label: Domain Verifier
labelTranslationKey: sidebar.resources.dev-tools.domain-verifier
page: resources/dev-tools/domain-verifier.page.tsx
- label: XRP Faucets
labelTranslationKey: sidebar.resources.dev-tools.xrp-faucets
page: resources/dev-tools/xrp-faucets.page.tsx
- label: Transaction Sender
labelTranslationKey: sidebar.resources.dev-tools.tx-sender
page: resources/dev-tools/tx-sender.page.tsx
- label: XRPL Learning Portal
labelTranslationKey: sidebar.resources.xrpl-learning-portal
href: https://learn.xrpl.org/
external: true
- label: XRPL Brand Kit
labelTranslationKey: sidebar.resources.xrpl-brand-kit
href: /XRPL_Brand_Kit.zip
external: true
- label: Ledger Explorer
labelTranslationKey: sidebar.resources.ledger-explorer
href: https://livenet.xrpl.org/
external: true
- page: resources/known-amendments.md
@@ -673,6 +683,7 @@
expanded: false
items:
- label: Contributor Code of Conduct
labelTranslationKey: sidebar.resources.contribute-documentation.contributor-code-of-conduct
href: https://github.com/XRPLF/xrpl-dev-portal/blob/master/CODE-OF-CONDUCT.md
external: true
- page: resources/contribute-documentation/documentation-translations.md