We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efdff9 commit 85333b0Copy full SHA for 85333b0
1 file changed
i18n/locales/zh-CN.json
@@ -280,7 +280,8 @@
280
"black": "黑色"
281
},
282
"keyboard_shortcuts_enabled": "启用快捷键",
283
- "keyboard_shortcuts_enabled_description": "如果某些快捷键与其他浏览器或系统快捷键冲突,可以选择将其禁用。"
+ "keyboard_shortcuts_enabled_description": "如果某些快捷键与其他浏览器或系统快捷键冲突,可以选择将其禁用。",
284
+ "enable_code_ligatures": "在代码中启用连字"
285
286
"i18n": {
287
"missing_keys": "{count} 项缺少翻译",
@@ -1325,6 +1326,18 @@
1325
1326
"vulnerabilities": {
1327
"label": "漏洞",
1328
"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": "包创建时间"
1341
}
1342
1343
"values": {
0 commit comments