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): Chinese: Update errors #687

Merged
merged 2 commits into from
Sep 28, 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
17 changes: 12 additions & 5 deletions locales/errors/zh-CN.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1": "上一操作未完成",
"1000": "未授权",
"1001": "创建会话失败",
"1002": "参数无效",
Expand All @@ -16,13 +17,19 @@
"4002": "余额不足",
"4003": "可提余额不足",
"4004": "目标用户钱包错误",
"5000": "邀请限制已超出。请几天后再试",
"5001": "邀请已存在",
"5002": "邀请码已使用",
"5003": "邀请码不存在",
"5000": "邀请限制已超出。请几天后再试",
"5001": "邀请已存在",
"5002": "邀请码已使用",
"5003": "邀请码不存在",
"6000": "未找到用户",
"7000": "未找到设置",
"7001": "无效的设置标签",
"7002": "无效的设置负载",
"7003": "设置负载过大"
"7003": "设置负载过大",
"8000": "未找到列表",
"8001": "列表无权限",
"8002": "超出列表限制",
"8003": "订阅源已添加到列表",
"9000": "成就未完成",
"9001": "已获得成就"
}
Loading