Skip to content

Commit

Permalink
Add Chinese AbpUI Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
realLiangshiwei committed Nov 19, 2018
1 parent 569ccb5 commit 40cccfc
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"culture": "zh-Hans",
"texts": {
"InternalServerErrorMessage": "对不起,在处理你的请求期间,产生了一个服务器内部错误!",
"ValidationErrorMessage": "你的请求无效!",
"ValidationNarrativeErrorMessageTitle": "验证时发现以下错误.",
"DefaultErrorMessage": "发生错误!",
"DefaultErrorMessageDetail": "服务器未发送错误的详细信息.",
"DefaultErrorMessage401": "未通过身份验证!",
"DefaultErrorMessage401Detail": "你需要进行身份认证(登陆)后再执行此操作.",
"DefaultErrorMessage403": "你没有权限!",
"DefaultErrorMessage403Detail": "你不能执行此操作!",
"DefaultErrorMessage404": "未找到资源!",
"DefaultErrorMessage404Detail": "未在服务中找到请求的资源!",
"EntityNotFoundErrorMessage": "实体 {0} 不存在,id = {1}!",
"Error": "错误",
"AreYouSure": "你确定吗?",
"Cancel": "取消",
"Yes": "",
"No": "",
"Close": "关闭",
"Save": "保存",
"SavingWithThreeDot": "保存中...",
"Actions": "操作",
"Delete": "删除",
"Edit": "修改",
"ProcessingWithThreeDot": "处理中...",
"Login": "登陆",
"Register": "注册",
"Logout": "注销",
"Submit": "提交",
"Back": "返回",
"PagerNext": "下一页",
"PagerPrevious": "上一页",
"PagerInfo": "显示 {0} 到 {1} 个 {2} 条目.",
"DatatableActionDropdownDefaultText": "操作",
"ChangePassword": "修改密码",
"PersonalInfo": "个人信息"
}
}

0 comments on commit 40cccfc

Please sign in to comment.