Skip to content

Commit 3f7d034

Browse files
authored
feat(i18n): add Chinese (zh-CN) locale (#1244)
1 parent 0de01db commit 3f7d034

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

layer/i18n/locales/zh-CN.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"common": {
3+
"or": "",
4+
"error": {
5+
"title": "页面未找到",
6+
"description": "很抱歉,您访问的页面未找到。"
7+
}
8+
},
9+
"docs": {
10+
"copy": {
11+
"page": "复制页面",
12+
"link": "复制页面(Markdown)",
13+
"view": "以 Markdown 格式查看",
14+
"gpt": "在 ChatGPT 中打开",
15+
"claude": "在 Claude 中打开"
16+
},
17+
"links": "社区",
18+
"toc": "在此页面上",
19+
"report": "提交问题报告",
20+
"edit": "编辑此页面"
21+
}
22+
}

0 commit comments

Comments
 (0)