Skip to content

Commit 3ba1293

Browse files
mujou0612claude
andcommitted
i18n: translate en to English, convert zh-CN to Simplified Chinese
- en: Translate all 59 .md files and 26 _meta.ts files to English - zh-CN: Convert all 59 .md files and 26 _meta.ts from Traditional to Simplified Chinese using opencc - Update internal links in en locale from /zh-TW/ to /en/ paths Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1086e84 commit 3ba1293

168 files changed

Lines changed: 6462 additions & 6686 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pages/en/_meta.ts

Lines changed: 12 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,14 @@
11
export default {
2-
index:
3-
{
4-
title: "基本介紹"
5-
},
6-
quick_start:
7-
{
8-
title: "快速開始"
9-
},
10-
basic_integration:
11-
{
12-
title: "基本串接"
13-
},
14-
auth:
15-
{
16-
title: "權限驗證"
17-
},
18-
user:
19-
{
20-
title: "用戶"
21-
},
22-
room:
23-
{
24-
title: "聊天室"
25-
},
26-
message:
27-
{
28-
title: "訊息"
29-
},
30-
moderation:
31-
{
32-
title: "管理機制"
33-
},
34-
push:
35-
{
36-
title: "推播通知"
37-
},
38-
config:
39-
{
40-
title: "系統設定"
41-
},
42-
monitoring:
43-
{
44-
title: "監控"
45-
},
46-
webhook:
47-
{
48-
title: "Webhook"
49-
}
2+
index: { title: "Introduction" },
3+
quick_start: { title: "Quick Start" },
4+
basic_integration: { title: "Basic Integration" },
5+
auth: { title: "Authentication" },
6+
user: { title: "Users" },
7+
room: { title: "Rooms" },
8+
message: { title: "Messages" },
9+
moderation: { title: "Moderation" },
10+
push: { title: "Push Notifications" },
11+
config: { title: "Configuration" },
12+
monitoring: { title: "Monitoring" },
13+
webhook: { title: "Webhook" }
5014
}

pages/en/auth/_meta.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
export default {
2-
"key": {
3-
title: "金鑰"
4-
}
5-
}
2+
"key": { title: "Keys" }
3+
}

pages/en/auth/key/_meta.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
export default {
2-
"api-key": {
3-
title: "API 金鑰"
4-
},
5-
"client-key":
6-
{
7-
title: "用戶端金鑰"
8-
}
2+
"api-key": { title: "API Key" },
3+
"client-key": { title: "Client Key" }
94
}
10-

0 commit comments

Comments
 (0)