mirror of https://github.com/abpframework/abp.git
20 changed files with 272 additions and 5 deletions
@ -0,0 +1,9 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"GivenTenantIsNotAvailable": "给定的租户不可用: {0}", |
|||
"SwitchTenant": "切换租户", |
|||
"Name": "名称", |
|||
"SwitchTenantHint": "将name字段留空以切换到宿主端." |
|||
} |
|||
} |
|||
@ -0,0 +1,20 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"'{0}' and '{1}' do not match.": "'{0}'与'{1}'不匹配.", |
|||
"The {0} field is not a valid credit card number.": "字段{0}不是有效的信用卡号码.", |
|||
"{0} is not valid.": "{0}验证未通过.", |
|||
"The {0} field is not a valid e-mail address.": "字段{0}不是有效的邮箱地址.", |
|||
"The {0} field only accepts files with the following extensions: {1}": "{0}字段只允许以下扩展名的文件: {1}", |
|||
"The field {0} must be a string or array type with a maximum length of '{1}'.": "字段{0}必须是最大长度为'{1}'的字符串或数组.", |
|||
"The field {0} must be a string or array type with a minimum length of '{1}'.": "字段{0}必须是最小长度为'{1}'的字符串或数组.", |
|||
"The {0} field is not a valid phone number.": "字段{0}不是有效的身份证号码.", |
|||
"The field {0} must be between {1} and {2}.": "字段{0}值必须在{1}和{2}范围内.", |
|||
"The field {0} must match the regular expression '{1}'.": "字段{0}必须匹配正则表达式'{1}'.", |
|||
"The {0} field is required.": "字段{0}不可为空.", |
|||
"The field {0} must be a string with a maximum length of {1}.": "字段{0}必须是长度为{1}的字符串.", |
|||
"The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "字段{0}必须是最小长度为{2}并且最大长度{1}的字符串.", |
|||
"The {0} field is not a valid fully-qualified http, https, or ftp URL.": "字段{0}不是有效的完全限定的http,https或ftp URL.", |
|||
"The field {0} is invalid.": "字段{0}是无效值." |
|||
} |
|||
} |
|||
@ -0,0 +1,15 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"UserName": "用户名称", |
|||
"EmailAddress": "邮箱地址", |
|||
"UserNameOrEmailAddress": "用户名称或邮箱地址", |
|||
"Password": "密码", |
|||
"RememberMe": "记住我", |
|||
"UseAnotherServiceToLogin": "使用另一个服务登陆", |
|||
"UserLockedOutMessage": "登录失败,用户账户已被锁定.请稍后再试.", |
|||
"InvalidUserNameOrPassword": "用户名或密码错误!", |
|||
"LoginIsNotAllowed": "无法登陆!你需要确认邮箱地址/手机号.", |
|||
"SelfRegistrationDisabledMessage": "应用程序未开放注册,请联系管理员添加新用户." |
|||
} |
|||
} |
|||
@ -0,0 +1,14 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Permission:Blogging": "博客", |
|||
"Permission:Blogs": "博客", |
|||
"Permission:Posts": "帖子", |
|||
"Permission:Tags": "标签", |
|||
"Permission:Comments": "评论", |
|||
"Permission:Management": "管理", |
|||
"Permission:Edit": "修改", |
|||
"Permission:Create": "创建", |
|||
"Permission:Delete": "删除" |
|||
} |
|||
} |
|||
@ -0,0 +1,41 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Menu:Blogs": "博客", |
|||
"Menu:BlogManagement": "博客管理", |
|||
"Title": "标题", |
|||
"Delete": "删除", |
|||
"Reply": "回复", |
|||
"ReplyTo": "回复 {0}", |
|||
"ContinueReading": "继续阅读", |
|||
"DaysAgo": "{0}天前", |
|||
"YearsAgo": "{0}年前", |
|||
"MonthsAgo": "{0}月前", |
|||
"WeeksAgo": "{0}周前", |
|||
"MinutesAgo": "{0}分前", |
|||
"SecondsAgo": "{0}秒前", |
|||
"HoursAgo": "{0}小时前", |
|||
"Now": "刚刚", |
|||
"Content": "内容", |
|||
"SeeAll": "查看所有", |
|||
"PopularTags": "热门标签", |
|||
"WiewsWithCount": "{0}人查看", |
|||
"LastPosts": "最后的帖子", |
|||
"LeaveComment": "发布评论", |
|||
"TagsInThisArticle": "文章中的标签", |
|||
"Posts": "帖子", |
|||
"Edit": "编辑", |
|||
"BLOG": "博客", |
|||
"CommentDeletionWarningMessage": "评论将被删除.", |
|||
"PostDeletionWarningMessage": "帖子将被删除", |
|||
"BlogDeletionWarningMessage": "博客将被删除.", |
|||
"AreYouSure": "你确定吗?", |
|||
"CommentWithCount": "{0}个评论", |
|||
"Comment": "评论", |
|||
"ShareOnTwitter": "分享到Twitter", |
|||
"CoverImage": "封面图", |
|||
"CreateANewPost": "创建一个新帖子", |
|||
"CreateANewBlog": "创建一个新博客", |
|||
"WhatIsNew": "最新消息" |
|||
} |
|||
} |
|||
@ -0,0 +1,12 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Permission:IdentityManagement": "身份认证管理", |
|||
"Permission:RoleManagement": "角色管理", |
|||
"Permission:Create": "创建", |
|||
"Permission:Edit": "编辑", |
|||
"Permission:Delete": "删除", |
|||
"Permission:ChangePermissions": "更改权限", |
|||
"Permission:UserManagement": "用户管理" |
|||
} |
|||
} |
|||
@ -0,0 +1,33 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Identity.DefaultError": "发生了一个未知错误.", |
|||
"Identity.ConcurrencyFailure": "对象已被修改,乐观并发失败.", |
|||
"Identity.DuplicateEmail": "邮箱 '{0}' 已存在.", |
|||
"Identity.DuplicateRoleName": "角色名 '{0}' 已存在.", |
|||
"Identity.DuplicateUserName": "用户名 '{0}' 已存在.", |
|||
"Identity.InvalidEmail": "邮箱 '{0}' 无效.", |
|||
"Identity.InvalidPasswordHasherCompatibilityMode": "提供的 PasswordHasherCompatibilityMode 无效.", |
|||
"Identity.InvalidPasswordHasherIterationCount": "迭代计数必须是正整数.", |
|||
"Identity.InvalidRoleName": "角色名 '{0}' 无效.", |
|||
"Identity.InvalidToken": "token无效.", |
|||
"Identity.InvalidUserName": "用户名 '{0}' 无效, 只能包含字母或数字.", |
|||
"Identity.LoginAlreadyAssociated": "此登录名的用户已存在.", |
|||
"Identity.PasswordMismatch": "密码错误.", |
|||
"Identity.PasswordRequiresDigit": "密码至少包含一位数字 ('0'-'9').", |
|||
"Identity.PasswordRequiresLower": "密码至少包含一位小写字母 ('a'-'z').", |
|||
"Identity.PasswordRequiresNonAlphanumeric": "密码至少包含一位非字母数字字符.", |
|||
"Identity.PasswordRequiresUpper": "密码至少包含一位大写字母 ('A'-'Z').", |
|||
"Identity.PasswordTooShort": "密码至少为{0}个字符.", |
|||
"Identity.RoleNotFound": "角色 {0} 不存在.", |
|||
"Identity.UserAlreadyHasPassword": "用户已设置密码.", |
|||
"Identity.UserAlreadyInRole": "用户已具有角色 '{0}'.", |
|||
"Identity.UserLockedOut": "用户被锁定.", |
|||
"Identity.UserLockoutNotEnabled": "该用户未启用锁定.", |
|||
"Identity.UserNameNotFound": "用户 {0} 不存在.", |
|||
"Identity.UserNotInRole": "用户不具有 '{0}' 角色.", |
|||
"Identity.PasswordConfirmationFailed": "密码或确认密码不一致.", |
|||
"Identity.StaticRoleRenamingErrorMessage": "无法重命名静态角色.", |
|||
"Identity.StaticRoleDeletionErrorMessage": "无法删除静态角色." |
|||
} |
|||
} |
|||
@ -0,0 +1,39 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Menu:IdentityManagement": "身份认证管理", |
|||
"Users": "用户", |
|||
"NewUser": "新用户", |
|||
"UserName": "用户名称", |
|||
"EmailAddress": "邮箱地址", |
|||
"PhoneNumber": "手机号", |
|||
"UserInformations": "用户信息", |
|||
"DisplayName:IsDefault": "默认", |
|||
"DisplayName:IsStatic": "静态", |
|||
"DisplayName:IsPublic": "公开", |
|||
"Roles": "角色", |
|||
"Password": "密码", |
|||
"PersonalInfo": " 个人信息", |
|||
"PersonalSettings": "个人设置", |
|||
"UserDeletionConfirmationMessage": "用户 '{0}' 将被删除. 你确定吗?", |
|||
"RoleDeletionConfirmationMessage": "角色 '{0}' 将被删除. 你确定吗?", |
|||
"DisplayName:RoleName": "角色名称", |
|||
"DisplayName:UserName": "用户名称", |
|||
"DisplayName:Name": "名", |
|||
"DisplayName:Surname": "姓", |
|||
"DisplayName:Password": "密码", |
|||
"DisplayName:EmailAddress": "邮箱地址", |
|||
"DisplayName:PhoneNumber": "手机号码", |
|||
"DisplayName:TwoFactorEnabled": "二次认证", |
|||
"DisplayName:LockoutEnabled": "登录失败,账户被锁定", |
|||
"NewRole": "新角色", |
|||
"RoleName": "角色名称", |
|||
"CreationTime": "创建时间", |
|||
"Permissions": "权限", |
|||
"DisplayName:CurrentPassword": "当前密码", |
|||
"DisplayName:NewPassword": "新密码", |
|||
"DisplayName:NewPasswordConfirm": "确认新密码", |
|||
"PasswordChangedMessage": "你已成功更改密码.", |
|||
"PersonalSettingsSavedMessage": "你的个人设置保存成功." |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Permissions": "权限" |
|||
} |
|||
} |
|||
@ -0,0 +1,9 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Permission:TenantManagement": "租户管理", |
|||
"Permission:Create": "创建", |
|||
"Permission:Edit": "编辑", |
|||
"Permission:Delete": "删除" |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Menu:TenantManagement": "租户管理", |
|||
"Tenants": "租户", |
|||
"NewTenant": "新租户", |
|||
"TenantName": "租户名称", |
|||
"DisplayName:TenantName": "租户名称", |
|||
"TenantDeletionConfirmationMessage": "租户 '{0}' 将被删除. 你确定吗?" |
|||
} |
|||
} |
|||
@ -0,0 +1,20 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Menu:Home": "首页", |
|||
"Welcome": "欢迎", |
|||
"LongWelcomeMessage": "欢迎来到该应用程序. 这是一个基于ABP框架的启动项目. 有关更多信息, 请访问 cn.abp.io.", |
|||
"Menu:BookStore": "图书商店", |
|||
"Menu:Books": "图书", |
|||
"Name": "名称", |
|||
"Type": "类型", |
|||
"PublishDate": "出版时间", |
|||
"Price": "价格", |
|||
"CreationTime": "添加时间", |
|||
"NewBook": "新书籍", |
|||
"Books": "图书", |
|||
"Update": "更新", |
|||
"BookDeletionConfirmationMessage": "你确定删除书箱: {0} 吗", |
|||
"SuccessfullyDeleted": "删除成功." |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Permission:MyProjectName": "MyProjectName" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,8 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Menu:Home": "首页", |
|||
"Welcome": "欢迎", |
|||
"LongWelcomeMessage": "欢迎来到该应用程序. 这是一个基于ABP框架的启动项目. 有关更多信息, 请访问 cn.abp.io." |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Permission:MyProjectName": "MyProjectName" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
Loading…
Reference in new issue