Skip to content

Commit 7eb1654

Browse files
proper sidebar japanese
1 parent 51acc89 commit 7eb1654

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/japanese/_sidebar.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@
66
"ja-jp/bolt-python/getting-started",
77
{
88
"type": "category",
9-
"label": "Slack API calls",
9+
"label": "Slack API コール",
1010
"items": [
1111
"ja-jp/bolt-python/concepts/message-sending",
1212
"ja-jp/bolt-python/concepts/web-api"
1313
]
1414
},
1515
{
1616
"type": "category",
17-
"label": "Events",
17+
"label": "イベント API",
1818
"items": [
1919
"ja-jp/bolt-python/concepts/message-listening",
2020
"ja-jp/bolt-python/concepts/event-listening"
2121
]
2222
},
2323
{
2424
"type": "category",
25-
"label": "App UI & Interactivity",
25+
"label": "インタラクティビティ & ショートカット",
2626
"items": [
2727
"ja-jp/bolt-python/concepts/acknowledge",
2828
"ja-jp/bolt-python/concepts/shortcuts",
@@ -37,7 +37,7 @@
3737
},
3838
{
3939
"type": "category",
40-
"label": "App Configuration",
40+
"label": "App の設定",
4141
"items": [
4242
"ja-jp/bolt-python/concepts/socket-mode",
4343
"ja-jp/bolt-python/concepts/errors",
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"type": "category",
50-
"label": "Middleware & Context",
50+
"label": "ミドルウェア & コンテキスト",
5151
"items": [
5252
"ja-jp/bolt-python/concepts/global-middleware",
5353
"ja-jp/bolt-python/concepts/listener-middleware",
@@ -57,15 +57,15 @@
5757
"ja-jp/bolt-python/concepts/lazy-listeners",
5858
{
5959
"type": "category",
60-
"label": "Adaptors",
60+
"label": "アダプター",
6161
"items": [
6262
"ja-jp/bolt-python/concepts/adapters",
6363
"ja-jp/bolt-python/concepts/custom-adapters"
6464
]
6565
},
6666
{
6767
"type": "category",
68-
"label": "Authorization & Security",
68+
"label": "認可 & セキュリティ",
6969
"items": [
7070
"ja-jp/bolt-python/concepts/authenticating-oauth",
7171
"ja-jp/bolt-python/concepts/authorization",
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"type": "category",
77-
"label": "Legacy",
77+
"label": "レガシー(非推奨)",
7878
"items": ["ja-jp/bolt-python/legacy/steps-from-apps"]
7979
}
8080
]

0 commit comments

Comments
 (0)