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

update zh_CN locales #533

Merged
merged 1 commit into from
Sep 14, 2023
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
7 changes: 6 additions & 1 deletion _locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,5 +570,10 @@
"only_show_people_with_followers": { "message": "仅显示至少拥有 $NUMBER$ 名粉丝的用户", "placeholders": { "number": { "content": "-1" } } },
"only_show_people_with_age": { "message": "仅显示加入了至少 $NUMBER$ 天的用户", "placeholders": { "number": { "content": "-1" } } },
"page": { "message": "分页" },
"update": {"message": "更新" }
"update": {"message": "更新" },
"show_quote_count": { "message": "显示推文被引用的数量" },
"uploading": { "message": "上传中" },
"finalization": { "message": "完成中" },
"processing": { "message": "处理中" },
"quotes": { "message": "引用" }
}