Skip to content

Commit 85333b0

Browse files
authored
fix(i18n): add missing Chinese translations (#2521)
1 parent 5efdff9 commit 85333b0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

i18n/locales/zh-CN.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@
280280
"black": "黑色"
281281
},
282282
"keyboard_shortcuts_enabled": "启用快捷键",
283-
"keyboard_shortcuts_enabled_description": "如果某些快捷键与其他浏览器或系统快捷键冲突,可以选择将其禁用。"
283+
"keyboard_shortcuts_enabled_description": "如果某些快捷键与其他浏览器或系统快捷键冲突,可以选择将其禁用。",
284+
"enable_code_ligatures": "在代码中启用连字"
284285
},
285286
"i18n": {
286287
"missing_keys": "{count} 项缺少翻译",
@@ -1325,6 +1326,18 @@
13251326
"vulnerabilities": {
13261327
"label": "漏洞",
13271328
"description": "已知安全漏洞"
1329+
},
1330+
"githubStars": {
1331+
"label": "GitHub 星标",
1332+
"description": "GitHub 仓库的星标数量"
1333+
},
1334+
"githubIssues": {
1335+
"label": "GitHub 问题数",
1336+
"description": "GitHub 仓库的问题数量"
1337+
},
1338+
"createdAt": {
1339+
"label": "创建时间",
1340+
"description": "包创建时间"
13281341
}
13291342
},
13301343
"values": {

0 commit comments

Comments
 (0)