mirror of https://github.com/abpframework/abp.git
22 changed files with 439 additions and 139 deletions
@ -1,64 +1,89 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Permission:CommunityArticle": "社区文章", |
|||
"Permission:Edit": "修改", |
|||
"Waiting": "等待中", |
|||
"Approved": "已批准", |
|||
"Rejected": "已拒绝", |
|||
"Wait": "等待", |
|||
"Approve": "批准", |
|||
"Reject": "拒绝", |
|||
"ReadArticle": "阅读文章", |
|||
"Status": "状态", |
|||
"ContentSource": "内容来源", |
|||
"Details": "详情", |
|||
"Url": "url", |
|||
"Title": "标题", |
|||
"CreationTime": "创建时间", |
|||
"Save": "保存", |
|||
"SameUrlAlreadyExist": "url已存在,如果你想要添加这篇文章,你需要更改url!", |
|||
"UrlIsNotValid": "Url无效.", |
|||
"UrlNotFound" : "Url未找到.", |
|||
"UrlContentNotFound": "Url内容未找到.", |
|||
"Summary": "摘要", |
|||
"MostRead": "阅读最多", |
|||
"Latest": "最新", |
|||
"ContributeAbpCommunity": "为ABP社区做贡献", |
|||
"SubmitYourArticle": "提交你的文章", |
|||
"ContributionGuide": "贡献指南", |
|||
"BugReport": "Bug报告", |
|||
"SeeAllArticles": "查看所有的文章", |
|||
"WelcomeToABPCommunity!": "欢迎来到ABP社区!", |
|||
"MyProfile": "我的资料", |
|||
"MyOrganizations": "我的组织", |
|||
"EmailNotValid": "请输入有效的电子邮箱地址.", |
|||
"FeatureRequest": "功能请求", |
|||
"CreateArticleTitleInfo": "文章标题显示在文章列表中.", |
|||
"CreateArticleUrlInfo": "文章的原始GitHub/外部URL.", |
|||
"CreateArticleSummaryInfo": "文章的简短摘要将显示在文章列表中.", |
|||
"CreateArticleCoverInfo": "为了创建有效的文章,请添加封面图. 仅支持16:9的图片!", |
|||
"ThisExtensionIsNotAllowed": "不允许此扩展名.", |
|||
"TheFileIsTooLarge": "文件过大.", |
|||
"GoToTheArticle": "转到文章", |
|||
"Contribute": "贡献", |
|||
"OverallProgress": "总体流程", |
|||
"Done": "完成", |
|||
"Open": "打开", |
|||
"Closed": "关闭", |
|||
"LatestQuestionOnThe": "有关的最新问题", |
|||
"Stackoverflow": "Stackoverflow", |
|||
"Votes": "票数", |
|||
"Answer": "回答", |
|||
"Views": "观看次数", |
|||
"Answered": "已回答", |
|||
"WaitingForYourAnswer": "等待你的回答", |
|||
"Asked": "提问", |
|||
"AllQuestions": "所有的问题", |
|||
"NextVersion": "下一个版本", |
|||
"MilestoneErrorMessage": "无法从Github获取当前的里程碑详细信息.", |
|||
"QuestionItemErrorMessage": "无法从Stackoverflow获取最新的问题详细信息.", |
|||
"Oops": "哎呀!" |
|||
} |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Permission:CommunityArticle": "社区文章", |
|||
"Permission:Edit": "修改", |
|||
"Waiting": "等待中", |
|||
"Approved": "已批准", |
|||
"Rejected": "已拒绝", |
|||
"Wait": "等待", |
|||
"Approve": "批准", |
|||
"Reject": "拒绝", |
|||
"ReadArticle": "阅读文章", |
|||
"Status": "状态", |
|||
"ContentSource": "内容来源", |
|||
"Details": "详情", |
|||
"Url": "url", |
|||
"Title": "标题", |
|||
"CreationTime": "创建时间", |
|||
"Save": "保存", |
|||
"SameUrlAlreadyExist": "url已存在,如果你想要添加这篇文章,你需要更改url!", |
|||
"UrlIsNotValid": "Url无效.", |
|||
"UrlNotFound": "Url未找到.", |
|||
"UrlContentNotFound": "Url内容未找到.", |
|||
"Summary": "摘要", |
|||
"MostRead": "阅读最多", |
|||
"Latest": "最新", |
|||
"ContributeAbpCommunity": "为ABP社区做贡献", |
|||
"SubmitYourArticle": "提交你的文章", |
|||
"ContributionGuide": "贡献指南", |
|||
"BugReport": "Bug报告", |
|||
"SeeAllArticles": "查看所有的文章", |
|||
"WelcomeToABPCommunity!": "欢迎来到ABP社区!", |
|||
"MyProfile": "我的资料", |
|||
"MyOrganizations": "我的组织", |
|||
"EmailNotValid": "请输入有效的电子邮箱地址.", |
|||
"FeatureRequest": "功能请求", |
|||
"CreateArticleTitleInfo": "文章标题显示在文章列表中.", |
|||
"CreateArticleUrlInfo": "文章的原始GitHub/外部URL.", |
|||
"CreateArticleSummaryInfo": "文章的简短摘要将显示在文章列表中.", |
|||
"CreateArticleCoverInfo": "为了创建有效的文章,请添加封面图. 仅支持16:9的图片!", |
|||
"ThisExtensionIsNotAllowed": "不允许此扩展名.", |
|||
"TheFileIsTooLarge": "文件过大.", |
|||
"GoToTheArticle": "转到文章", |
|||
"Contribute": "贡献", |
|||
"OverallProgress": "总体流程", |
|||
"Done": "完成", |
|||
"Open": "打开", |
|||
"Closed": "关闭", |
|||
"LatestQuestionOnThe": "有关的最新问题", |
|||
"Stackoverflow": "Stackoverflow", |
|||
"Votes": "票数", |
|||
"Answer": "回答", |
|||
"Views": "观看次数", |
|||
"Answered": "已回答", |
|||
"WaitingForYourAnswer": "等待你的回答", |
|||
"Asked": "提问", |
|||
"AllQuestions": "所有的问题", |
|||
"NextVersion": "下一个版本", |
|||
"MilestoneErrorMessage": "无法从Github获取当前的里程碑详细信息.", |
|||
"QuestionItemErrorMessage": "无法从Stackoverflow获取最新的问题详细信息.", |
|||
"Oops": "哎呀!", |
|||
"CreateArticleSuccessMessage": "文章提交成功. 网站管理员审核通过后将被发布.", |
|||
"ChooseCoverImage": "选项一张封面图片", |
|||
"CoverImage": "封面图片", |
|||
"ShareYourExperiencesWithTheABPFramework": "分享你的ABP Framework经验!", |
|||
"Optional": "可选的", |
|||
"UpdateUserWebSiteInfo": "示例: https://johndoe.com", |
|||
"UpdateUserTwitterInfo": "示例: johndoe", |
|||
"UpdateUserGithubInfo": "示例: johndoe", |
|||
"UpdateUserLinkedinInfo": "示例: https://www.linkedin.com/...", |
|||
"UpdateUserCompanyInfo": "示例v: Volosoft", |
|||
"UpdateUserJobTitleInfo": "示例: Software Developer", |
|||
"UserName": "用户名", |
|||
"Company": "公司", |
|||
"PersonalWebsite": "个人网站", |
|||
"RegistrationDate": "注册时间", |
|||
"Social": "社交", |
|||
"Biography": "传记", |
|||
"HasNoPublishedArticlesYet": "尚未发表文章", |
|||
"Author": "作者", |
|||
"LatestGithubAnnouncements": "最新的Github公告", |
|||
"SeeAllAnnouncements": "查看所有公告", |
|||
"LatestBlogPost": "最新博客文章", |
|||
"Edit": "修改", |
|||
"ProfileImageChange": "更改资料图片", |
|||
"BlogItemErrorMessage": "无法从ABP获取最新的博客文章详细信息.", |
|||
"PlannedReleaseDate": "计划发布日期" |
|||
} |
|||
|
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"hello": "你好" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Volo.Abp.Http.DynamicProxying:10001": "业务异常: {0}" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"SeeYou": "再见" |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"HelloText": "你好 {0}", |
|||
"HowAreYou": "你好吗?" |
|||
} |
|||
} |
|||
@ -1,56 +1,58 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Menu:Blogs": "博客", |
|||
"Menu:BlogManagement": "博客管理", |
|||
"Permission:Management": "管理", |
|||
"Permission:Edit": "编辑", |
|||
"Permission:Create": "创建", |
|||
"Permission:Delete": "删除", |
|||
"Permission:Blogging": "博客", |
|||
"Permission:Blogs": "博客", |
|||
"Permission:Posts": "帖子", |
|||
"Permission:Tags": "标签", |
|||
"Permission:Comments": "评论", |
|||
"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": "最新消息", |
|||
"Name": "名称", |
|||
"ShortName": "简称", |
|||
"CreationTime": "创建时间", |
|||
"Description": "描述", |
|||
"Blogs": "博客", |
|||
"Tags": "标签" |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"Menu:Blogs": "博客", |
|||
"Menu:BlogManagement": "博客管理", |
|||
"Permission:Management": "管理", |
|||
"Permission:Edit": "编辑", |
|||
"Permission:Create": "创建", |
|||
"Permission:Delete": "删除", |
|||
"Permission:Blogging": "博客", |
|||
"Permission:Blogs": "博客", |
|||
"Permission:Posts": "帖子", |
|||
"Permission:Tags": "标签", |
|||
"Permission:Comments": "评论", |
|||
"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": "最新消息", |
|||
"Name": "名称", |
|||
"ShortName": "简称", |
|||
"CreationTime": "创建时间", |
|||
"Description": "描述", |
|||
"Blogs": "博客", |
|||
"Tags": "标签", |
|||
"ShareOn": "分享", |
|||
"TitleLengthWarning": "保持标题大小不超过60个字符,实现SEO友好!" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,22 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"PickYourReaction": "选择你的回应", |
|||
"YourComment": "你的评论", |
|||
"YourReply": "你的回复", |
|||
"Comments": "评论", |
|||
"Send": "发送", |
|||
"Delete": "删除", |
|||
"Reply": "回复", |
|||
"Update": "更新", |
|||
"Edit": "修改", |
|||
"LoginToAddComment": "登录添加评论", |
|||
"LoginToReply": "登录进行回复", |
|||
"MessageDeletionConfirmationMessage": "这条评论将被完全删除", |
|||
"CommentAuthorizationExceptionMessage": "这些评论不允许公开显示", |
|||
"Undo": "撤消", |
|||
"RatingUndoMessage": "您的评分将被撤消", |
|||
"LoginToRate": "登录进行评分", |
|||
"Star": "星" |
|||
} |
|||
} |
|||
@ -1,6 +1,7 @@ |
|||
{ |
|||
"culture": "zh-Hans", |
|||
"texts": { |
|||
"ManageYourProfile": "管理个人资料" |
|||
"ManageYourProfile": "管理个人资料", |
|||
"SamplePageMessage": "MyProjectName模块的示例页面" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue