mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-15 01:05:49 +00:00
Add translation keys for nav bar and sidebar items
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
theme.navbar.about: 概要
|
||||||
|
theme.navbar.docs: ドキュメント
|
||||||
|
theme.navbar.resources: リソース
|
||||||
|
theme.navbar.community: コミュニティ
|
||||||
|
sidebar.docs: ドキュメント
|
||||||
|
sidebar.resources.codesamples: コードサンプル
|
||||||
Open Source.: オープンソース
|
Open Source.: オープンソース
|
||||||
Jump to top of page: ページの先頭へ
|
Jump to top of page: ページの先頭へ
|
||||||
Edit page: ページを編集
|
Edit page: ページを編集
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
- group: Documentation
|
- group: Documentation
|
||||||
|
groupTranslationKey: sidebar.docs
|
||||||
page: docs/index.page.tsx
|
page: docs/index.page.tsx
|
||||||
expanded: false
|
expanded: false
|
||||||
items:
|
items:
|
||||||
@@ -604,6 +605,7 @@
|
|||||||
expanded: false
|
expanded: false
|
||||||
items:
|
items:
|
||||||
- label: Code Samples
|
- label: Code Samples
|
||||||
|
labelTranslationKey: sidebar.resources.codesamples
|
||||||
page: resources/code-samples.page.tsx
|
page: resources/code-samples.page.tsx
|
||||||
- group: Dev Tools
|
- group: Dev Tools
|
||||||
page: resources/dev-tools/index.page.tsx
|
page: resources/dev-tools/index.page.tsx
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
# nav:
|
# nav:
|
||||||
- group: About
|
- group: About
|
||||||
|
groupTranslationKey: theme.navbar.about
|
||||||
items:
|
items:
|
||||||
- group: XRP Ledger
|
- group: XRP Ledger
|
||||||
items:
|
items:
|
||||||
@@ -27,6 +28,7 @@
|
|||||||
- page: ./about/privacy-policy.md
|
- page: ./about/privacy-policy.md
|
||||||
|
|
||||||
- group: Docs
|
- group: Docs
|
||||||
|
groupTranslationKey: theme.navbar.docs
|
||||||
items:
|
items:
|
||||||
- icon: ./static/img/icons/docs.svg
|
- icon: ./static/img/icons/docs.svg
|
||||||
# Note: arbitrary keys are dropped from these items, so the label & description are split on " || "
|
# Note: arbitrary keys are dropped from these items, so the label & description are split on " || "
|
||||||
@@ -57,6 +59,7 @@
|
|||||||
label: HTTP / WebSocket
|
label: HTTP / WebSocket
|
||||||
|
|
||||||
- group: Resources
|
- group: Resources
|
||||||
|
groupTranslationKey: theme.navbar.resources
|
||||||
items:
|
items:
|
||||||
- group: Development
|
- group: Development
|
||||||
items:
|
items:
|
||||||
@@ -83,6 +86,7 @@
|
|||||||
href: /resources/contribute-documentation
|
href: /resources/contribute-documentation
|
||||||
|
|
||||||
- group: Community
|
- group: Community
|
||||||
|
groupTranslationKey: theme.navbar.community
|
||||||
items:
|
items:
|
||||||
- icon: ./static/img/icons/contribute.svg
|
- icon: ./static/img/icons/contribute.svg
|
||||||
label: Contribute to the XRPL Community || Join the conversation
|
label: Contribute to the XRPL Community || Join the conversation
|
||||||
|
|||||||
Reference in New Issue
Block a user