Skip to content

Commit 5c5dbca

Browse files
authored
feat(i18n): update Simplified Chinese translations (#401)
1 parent 980a5b5 commit 5c5dbca

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

packages/app-client/src/locales/zh-CN.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"new-note": "新建笔记",
1212
"github": "GitHub",
1313
"language": "语言",
14+
"github-repository": "GitHub 仓库",
15+
"documentation": "文档",
16+
"change-theme": "更改主题",
17+
"menu-icon": "菜单图标",
18+
"change-language": "更改语言",
1419
"theme": {
1520
"theme": "主题",
1621
"light-mode": "浅色模式",
@@ -62,7 +67,10 @@
6267
"placeholder": "在此输入您的笔记内容...",
6368
"password": {
6469
"label": "笔记密码",
65-
"placeholder": "密码..."
70+
"placeholder": "密码...",
71+
"hide-password": "隐藏密码",
72+
"show-password": "显示密码",
73+
"generate-random-password": "生成随机密码"
6674
},
6775
"expiration": "过期时间",
6876
"no-expiration": "永不过期",
@@ -103,6 +111,7 @@
103111
}
104112
},
105113
"view": {
114+
"loading": "加载笔记中...",
106115
"note-content": "笔记内容",
107116
"assets": {
108117
"download": "下载",

0 commit comments

Comments
 (0)