mirror of https://github.com/abpframework/abp.git
9 changed files with 67 additions and 18 deletions
@ -0,0 +1,10 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Permission:DocumentManagement": "文档管理", |
|||
"Permission:Projects": "项目", |
|||
"Permission:Edit": "编辑", |
|||
"Permission:Delete": "删除", |
|||
"Permission:Create": "创建" |
|||
} |
|||
} |
|||
@ -0,0 +1,26 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Menu:DocumentManagement": "文档", |
|||
"Menu:ProjectManagement": "项目", |
|||
"CreateANewProject": "创建新项目", |
|||
"Edit": "编辑", |
|||
"Create": "创建", |
|||
"Projects": "项目", |
|||
"Name": "名称", |
|||
"ShortName": "简称", |
|||
"DocumentStoreType": "文件存储类型", |
|||
"Format": "格式", |
|||
"ShortNameInfoText": "将用于唯一的URL.", |
|||
"DisplayName:Name": "名称", |
|||
"DisplayName:ShortName": "简称", |
|||
"DisplayName:Format": "格式", |
|||
"DisplayName:DefaultDocumentName": "默认文档名称", |
|||
"DisplayName:NavigationDocumentName": "导航文档名称", |
|||
"DisplayName:MinimumVersion": "最低版本", |
|||
"DisplayName:MainWebsiteUrl": "主网站网址", |
|||
"DisplayName:LatestVersionBranchName": "最新版本的分支名称", |
|||
"DisplayName:GitHubRootUrl": "GitHub根网址", |
|||
"DisplayName:GitHubAccessToken": "GitHub访问令牌" |
|||
} |
|||
} |
|||
@ -1,12 +1,14 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Permission:IdentityManagement": "身份认证管理", |
|||
"Volo.Abp.Identity:010001": "您无法删除自己的帐户!", |
|||
"Permission:IdentityManagement": "身份标识管理", |
|||
"Permission:RoleManagement": "角色管理", |
|||
"Permission:Create": "创建", |
|||
"Permission:Edit": "编辑", |
|||
"Permission:Delete": "删除", |
|||
"Permission:ChangePermissions": "更改权限", |
|||
"Permission:UserManagement": "用户管理" |
|||
"Permission:UserManagement": "用户管理", |
|||
"Permission:UserLookup": "用户查询" |
|||
} |
|||
} |
|||
@ -1,6 +1,8 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Permissions": "权限" |
|||
"Permissions": "权限", |
|||
"OnlyProviderPermissons": "只有这个提供商", |
|||
"All": "所有" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Settings": "设置" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue