forked from abpframework/abp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
569ccb5
commit 40cccfc
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/zh-Hans.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "个人信息" | ||
} | ||
} |