Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(i18n): update Simplified Chinese language #310

Merged
merged 1 commit into from
Nov 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/app-client/src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@
"with-deletion": "阅读后笔记将被删除。",
"copy-link": "复制链接",
"copy-success": "链接已复制"
},
"qr-code": {
"title": "在手机上分享此笔记",
"description": "您可以扫描此二维码以查看笔记,或导出二维码图像以与他人分享。",
"export": "导出二维码",
"download-svg": "下载为 SVG 格式",
"download-png": "下载为 PNG 格式",
"download-success": "二维码已下载",
"copy-svg": "复制 SVG 代码",
"copy-success": "SVG 代码已复制到剪贴板"
}
},
"view": {
Expand Down
Loading