-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.json
More file actions
45 lines (45 loc) · 1.88 KB
/
strings.json
File metadata and controls
45 lines (45 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"errors": {
"serverError": "服务器错误",
"noFileSelected": "请选择要上传的文件",
"fileNotFound": "文件不存在或无权访问",
"unauthorized": "未授权",
"invalidToken": "令牌无效",
"diskSpaceError": "获取磁盘空间失败",
"dbQueryError": "数据库查询失败",
"userExists": "用户名或邮箱已被注册",
"invalidCredentials": "用户名或密码错误",
"targetUserNotFound": "目标用户不存在",
"friendRequestExists": "好友请求已发送",
"friendRequestNotFound": "好友请求不存在",
"noPermission": "无权处理此请求",
"roomNotFound": "聊天室不存在",
"noPermissionDeleteRoom": "无权删除此聊天室",
"noPermissionSendMessage": "无权发送消息到该聊天室",
"noPermissionViewMessages": "无权查看该聊天室消息",
"mixinNotFound": "Mixin未找到: {mixinName}",
"mixinNotApplied": "Mixin未应用: {mixinName}",
"applyMixinFailed": "应用mixin失败: {mixinName}",
"removeMixinFailed": "移除mixin失败: {mixinName}",
"hookExecutionFailed": "钩子执行失败: {hookName}"
},
"success": {
"default": "操作成功",
"publicKeyUploaded": "公钥上传成功",
"registered": "注册成功",
"friendRequestSent": "好友请求已发送",
"friendRequestAccepted": "好友请求已接受",
"friendRequestRejected": "好友请求已拒绝",
"roomDeleted": "聊天室已删除",
"mixinRegistered": "Mixin已注册: {mixinName}",
"mixinUnregistered": "Mixin已注销: {mixinName}",
"mixinApplied": "Mixin已应用: {mixinName}",
"mixinRemoved": "Mixin已移除: {mixinName}",
"hookRegistered": "钩子已注册: {hookName}",
"hookRemoved": "钩子已移除: {hookName}"
},
"info": {
"mixinAlreadyRegistered": "Mixin已注册: {mixinName}",
"hookTriggered": "钩子已触发: {hookName}"
}
}