You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
761 B
JSON
23 lines
761 B
JSON
{
|
|
"common": {
|
|
"success": "成功",
|
|
"failed": "失败",
|
|
"updateSuccess": "更新成功",
|
|
"updateFailed": "更新失败",
|
|
"createSuccess": "创建成功",
|
|
"createFailed": "创建失败",
|
|
"deleteSuccess": "删除成功",
|
|
"deleteFailed": "删除失败",
|
|
"objectNotFound": "对象未找到",
|
|
"databaseError": "数据库错误",
|
|
"cacheError": "缓存错误",
|
|
"constraintError": "操作失败: 数据冲突",
|
|
"validationError": "操作失败: 校验失败",
|
|
"notSingularError": "操作失败: 数据不唯一",
|
|
"permissionDeny": "用户无权限访问此接口"
|
|
},
|
|
"init": {
|
|
"alreadyInit": "已初始化,请勿重复进行此操作",
|
|
"initializeIsRunning": "正在初始化,请稍等"
|
|
}
|
|
} |