mirror of https://github.com/abpframework/abp
Merge pull request #7986 from abpframework/liangshiwei/localization-chinese
Update Chinese localizationpull/7988/head
commit
57ca3133d7
@ -1,22 +1,124 @@
|
||||
{
|
||||
"culture": "zh-Hans",
|
||||
"texts": {
|
||||
"PickYourReaction": "选择你的回应",
|
||||
"YourComment": "你的评论",
|
||||
"YourReply": "你的回复",
|
||||
"BlogDeletionConfirmationMessage": "博客 '{0}' 将被删除. 你确定吗?",
|
||||
"BlogFeatureNotAvailable": "这个功能目前不可用. 使用 `GlobalFeatureManager` 来启用它.",
|
||||
"BlogId": "博客",
|
||||
"BlogPostDeletionConfirmationMessage": "博客帖子 '{0}' 将被删除. 你确定吗?",
|
||||
"BlogPosts": "博客帖子",
|
||||
"Blogs": "博客",
|
||||
"ChoosePreference": "选择首选项...",
|
||||
"Cms": "Cms",
|
||||
"CmsKit.Comments": "评论",
|
||||
"CmsKit.Ratings": "评分",
|
||||
"CmsKit.Reactions": "反应",
|
||||
"CmsKit.Tags": "标签",
|
||||
"CmsKit:0002": "内容已经存在!",
|
||||
"CmsKit:0003": "实体 {0} 不可标记.",
|
||||
"CmsKit:Blog:0001": "给定的slug ({Slug}) 已经存在!",
|
||||
"CmsKit:BlogPost:0001": "给定的slug已经存在!",
|
||||
"CmsKit:Comments:0001": "实体不可 {0} 不可评论.",
|
||||
"CmsKit:Media:0001": "'{Name}' 不是有效的媒体名称.",
|
||||
"CmsKit:Media:0002": "实体不可以含有媒体",
|
||||
"CmsKit:Page:0001": "给定的url ({0}) 已经存在.",
|
||||
"CmsKit:Tag:0002": "实体不可标记!",
|
||||
"CommentAuthorizationExceptionMessage": "这些评论不允许公开显示",
|
||||
"CommentDeletionConfirmationMessage": "此评论和所有回复将被删除!",
|
||||
"Comments": "评论",
|
||||
"Send": "发送",
|
||||
"ContentDeletionConfirmationMessage": "你确定要删除这个内容吗?",
|
||||
"Contents": "内容",
|
||||
"CoverImage": "封面图片",
|
||||
"CreateBlogPostPage": "新博客帖子",
|
||||
"CreationTime": "创建时间",
|
||||
"Delete": "删除",
|
||||
"Reply": "回复",
|
||||
"Update": "更新",
|
||||
"Detail": "详情",
|
||||
"Details": "详情",
|
||||
"DoYouPreferAdditionalEmails": "你是否更喜欢额外的邮件?",
|
||||
"Edit": "修改",
|
||||
"EndDate": "结束时间",
|
||||
"EntityId": "实体Id",
|
||||
"EntityType": "实体类型",
|
||||
"ExportCSV": "导出CSV",
|
||||
"Features": "功能",
|
||||
"GenericDeletionConfirmationMessage": "你确定删除 '{0}' 吗?",
|
||||
"LastModification": "最后一次修改",
|
||||
"LoginToAddComment": "登录添加评论",
|
||||
"LoginToRate": "登录进行评分",
|
||||
"LoginToReply": "登录进行回复",
|
||||
"Menu:CMS": "CMS",
|
||||
"Message": "消息",
|
||||
"MessageDeletionConfirmationMessage": "这条评论将被完全删除",
|
||||
"CommentAuthorizationExceptionMessage": "这些评论不允许公开显示",
|
||||
"Undo": "撤消",
|
||||
"Name": "名称",
|
||||
"New": "新",
|
||||
"OK": "OK",
|
||||
"PageDeletionConfirmationMessage": "你确定删除这个页面吗?",
|
||||
"PageSlugInformation": "Slug用于url. 你的url将是 '/pages/{{slug}}'.",
|
||||
"Permission:BlogManagement": "博客管理",
|
||||
"Permission:BlogManagement.Create": "创建",
|
||||
"Permission:BlogManagement.Delete": "删除",
|
||||
"Permission:BlogManagement.Features": "删除",
|
||||
"Permission:BlogManagement.Update": "更新",
|
||||
"Permission:BlogPostManagement": "博客帖子管理",
|
||||
"Permission:BlogPostManagement.Create": "创建",
|
||||
"Permission:BlogPostManagement.Delete": "删除",
|
||||
"Permission:BlogPostManagement.Update": "更新",
|
||||
"Permission:CmsKit": "Cms工具包",
|
||||
"Permission:Comments": "评论管理",
|
||||
"Permission:Comments.Delete": "删除",
|
||||
"Permission:Contents": "内容管理",
|
||||
"Permission:Contents.Create": "创建内容",
|
||||
"Permission:Contents.Delete": "删除内容",
|
||||
"Permission:Contents.Update": "更新内容",
|
||||
"Permission:MediaDescriptorManagement": "媒体管理",
|
||||
"Permission:MediaDescriptorManagement:Create": "创建",
|
||||
"Permission:MediaDescriptorManagement:Delete": "删除",
|
||||
"Permission:PageManagement": "页面管理",
|
||||
"Permission:PageManagement:Create": "创建",
|
||||
"Permission:PageManagement:Delete": "删除",
|
||||
"Permission:PageManagement:Update": "更新",
|
||||
"Permission:TagManagement": "标签管理",
|
||||
"Permission:TagManagement.Create": "创建",
|
||||
"Permission:TagManagement.Delete": "删除",
|
||||
"Permission:TagManagement.Update": "更新",
|
||||
"PickYourReaction": "选择你的回应",
|
||||
"RatingUndoMessage": "您的评分将被撤消",
|
||||
"LoginToRate": "登录进行评分",
|
||||
"Star": "星"
|
||||
"Read": "阅读",
|
||||
"RepliesToThisComment": "回复此评论",
|
||||
"Reply": "回复",
|
||||
"ReplyTo": "回复",
|
||||
"SamplePageMessage": "Pro模块的示例页面",
|
||||
"SaveChanges": "保存更改",
|
||||
"SelectAll": "选择所有",
|
||||
"Send": "发送",
|
||||
"SendMessage": "发送消息",
|
||||
"ShortDescription": "简介",
|
||||
"Slug": "Slug",
|
||||
"Source": "源",
|
||||
"SourceUrl": "源URL",
|
||||
"Star": "星",
|
||||
"StartDate": "开始时间",
|
||||
"Subject": "主题",
|
||||
"SubjectPlaceholder": "请输入主题",
|
||||
"Submit": "提交",
|
||||
"Subscribe": "订阅",
|
||||
"SuccessfullyDeleted": "删除成功!",
|
||||
"SuccessfullySaved": "保存成功!",
|
||||
"TagDeletionConfirmationMessage": "你确定删除 '{0}' 标签吗?",
|
||||
"Tags": "标签",
|
||||
"Text": "文本",
|
||||
"ThankYou": "谢谢你",
|
||||
"Title": "标题",
|
||||
"Undo": "撤消",
|
||||
"Update": "更新",
|
||||
"UpdatePreferenceSuccessMessage": "您的首选项已经保存",
|
||||
"UpdateYourEmailPreferences": "更新你的邮件首选项",
|
||||
"UploadFailedMessage": "上传失败",
|
||||
"UserId": "用户Id",
|
||||
"Username": "用户名称",
|
||||
"YourComment": "你的评论",
|
||||
"YourEmailAddress": "你的邮件地址",
|
||||
"YourFullName": "你的全称",
|
||||
"YourMessage": "你的消息",
|
||||
"YourReply": "你的回复"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,7 @@
|
||||
{
|
||||
"culture": "zh-Hans",
|
||||
"texts": {
|
||||
"Volo.Abp.Identity:PasswordTooShort": "密码长度必须大于{0}字符. ",
|
||||
"Volo.Abp.Identity:PasswordRequiresNonAlphanumeric": "密码必须至少包含一个非字母数字字符."
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue