|
6 | 6 | "ja-jp/bolt-python/getting-started", |
7 | 7 | { |
8 | 8 | "type": "category", |
9 | | - "label": "Slack API calls", |
| 9 | + "label": "Slack API コール", |
10 | 10 | "items": [ |
11 | 11 | "ja-jp/bolt-python/concepts/message-sending", |
12 | 12 | "ja-jp/bolt-python/concepts/web-api" |
13 | 13 | ] |
14 | 14 | }, |
15 | 15 | { |
16 | 16 | "type": "category", |
17 | | - "label": "Events", |
| 17 | + "label": "イベント API", |
18 | 18 | "items": [ |
19 | 19 | "ja-jp/bolt-python/concepts/message-listening", |
20 | 20 | "ja-jp/bolt-python/concepts/event-listening" |
21 | 21 | ] |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "type": "category", |
25 | | - "label": "App UI & Interactivity", |
| 25 | + "label": "インタラクティビティ & ショートカット", |
26 | 26 | "items": [ |
27 | 27 | "ja-jp/bolt-python/concepts/acknowledge", |
28 | 28 | "ja-jp/bolt-python/concepts/shortcuts", |
|
37 | 37 | }, |
38 | 38 | { |
39 | 39 | "type": "category", |
40 | | - "label": "App Configuration", |
| 40 | + "label": "App の設定", |
41 | 41 | "items": [ |
42 | 42 | "ja-jp/bolt-python/concepts/socket-mode", |
43 | 43 | "ja-jp/bolt-python/concepts/errors", |
|
47 | 47 | }, |
48 | 48 | { |
49 | 49 | "type": "category", |
50 | | - "label": "Middleware & Context", |
| 50 | + "label": "ミドルウェア & コンテキスト", |
51 | 51 | "items": [ |
52 | 52 | "ja-jp/bolt-python/concepts/global-middleware", |
53 | 53 | "ja-jp/bolt-python/concepts/listener-middleware", |
|
57 | 57 | "ja-jp/bolt-python/concepts/lazy-listeners", |
58 | 58 | { |
59 | 59 | "type": "category", |
60 | | - "label": "Adaptors", |
| 60 | + "label": "アダプター", |
61 | 61 | "items": [ |
62 | 62 | "ja-jp/bolt-python/concepts/adapters", |
63 | 63 | "ja-jp/bolt-python/concepts/custom-adapters" |
64 | 64 | ] |
65 | 65 | }, |
66 | 66 | { |
67 | 67 | "type": "category", |
68 | | - "label": "Authorization & Security", |
| 68 | + "label": "認可 & セキュリティ", |
69 | 69 | "items": [ |
70 | 70 | "ja-jp/bolt-python/concepts/authenticating-oauth", |
71 | 71 | "ja-jp/bolt-python/concepts/authorization", |
|
74 | 74 | }, |
75 | 75 | { |
76 | 76 | "type": "category", |
77 | | - "label": "Legacy", |
| 77 | + "label": "レガシー(非推奨)", |
78 | 78 | "items": ["ja-jp/bolt-python/legacy/steps-from-apps"] |
79 | 79 | } |
80 | 80 | ] |
|
0 commit comments