From b22f0016dbff4bf8e201e808df8663dec6a2942a Mon Sep 17 00:00:00 2001 From: tequ Date: Mon, 8 Jul 2024 12:08:34 +0900 Subject: [PATCH] [JA] translate resourses sidebar --- @i18n/ja/translations.yaml | 15 ++++++++++++++- sidebars.yaml | 11 +++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/@i18n/ja/translations.yaml b/@i18n/ja/translations.yaml index d33fc686f3..d36184afc2 100644 --- a/@i18n/ja/translations.yaml +++ b/@i18n/ja/translations.yaml @@ -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: 歴史 diff --git a/sidebars.yaml b/sidebars.yaml index a6cdd52b50..c43b9332be 100644 --- a/sidebars.yaml +++ b/sidebars.yaml @@ -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