| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?php
- /**
- * Author: lf
- * Blog: https://blog.feehi.com
- * Email: job@feehi.com
- * Created at: 2016-04-18 09:41
- */
- return [
- /*public*/
- 'Hi, Log in' => 'Hi, 请登录',
- 'Log out' => '退出登录',
- 'Sign up' => '注册',
- 'About us' => '关于我们',
- 'Contact us' => '联系我们',
- 'Search' => '搜索',
- 'Baidu' => '百度',
- 'Please input keywords' => '请输入关键字',
- 'Effective,Professional,Conform to SEO' => '高效,专业,符合SEO',
- 'Copyright, all rights reserved' => '版权所有,保留一切权利',
- 'If you forgot your password you can' => '忘记密码您可以',
- 'reset it' => '重置',
- 'Remember Me' => '记住登录',
- 'Well-chosen' => '精选导读',
- 'Latest Articles' => '最新发布',
- 'Related Recommends' => '相关推荐',
- 'Reproduced please indicate the source' => '转载请注明',
- 'Post my comment' => '发表我的评论',
- 'Change account' => '换个身份',
- 'Cancel comment' => '取消评论',
- 'Writing some...' => '写点什么...',
- 'Submit comment' => '提交评论',
- 'emoj' => '表情',
- 'Hi, Please fill' => 'Hi,您需要填写昵称和邮箱!',
- 'person posted' => '个小伙伴在吐槽',
- 'required' => '必填',
- 'Website' => '网址',
- 'The above error occurred while the Web server was processing your request.' => '服务器在处理您的请求中发生了以上错误',
- 'Please contact us if you think this is a server error. Thank you.' => '如果您认为是我们的服务器错误,请告知我们,谢谢!',
- 'Guest' => '游客',
- 'Welcome' => '欢迎',
- /*public*/
- /*site*/
- 'Hot Recommends' => '热门推荐',
- 'Cloud Tags' => '云标签',
- 'Email Subscribe' => '邮件订阅',
- 'Friendly Links' => '友情链接',
- 'Latest Comments' => '最新评论',
- 'Subscribe to the wonderful content' => '订阅精彩内容',
- 'Topics' => '个话题',
- 'Subscribe' => '订阅',
- 'said' => '说',
- 'Comments' => '评论',
- 'This username has already been taken' => '用户名已经被使用了',
- 'This email address has already been taken' => '邮箱已经被使用了',
- 'Please fill out the following fields to signup' => '请填写下面信息完成注册',
- 'SignUp' => '注册',
- "None category named {name}" => '未找到分类{name}',
- "Login" => "登录",
- "Incorrect username or password." => "用户名或者密码错误",
- /*site*/
- /*article*/
- "Return Home" => '返回首页',
- "Article id {id} is not exists" => "文章id {id}不存在",
- "Comment" => "评论",
- "Only commented user can visit this article" => "文章仅对评论过的用户可见,可以点击下方评论后查看",
- 'Like' => '赞',
- 'Share' => '分享',
- "Please input the password of article id {id} : {article}" => "请输入文章ID {id} : {article} 的密码",
- "Password error" => '密码错误',
- 'Go' => '确认',
- 'Only login user can visit this article' => '本文章仅对登录用户可见',
- 'Search keyword {keyword} results' => '搜索 {keyword} 的结果',
- 'Tag {tag} related articles' => 'Tag {tag} 的相关文章',
- 'Category {cat} articles' => '分类 {cat} 文章',
- 'Follow Wechat' => '微信公众号',
- 'Join group' => '加群啦',
- 'Official QQ group - main' => '官方QQ群-主群',
- 'FeehiCMS official QQ group number: {number}' => '飞嗨官方QQ群-主群 群号:{number},欢迎大家!',
- 'New generation CMS FeehiCMS' => 'Feehi cms 新一代内容管理系统',
- 'Highly recommend' => '吐血推荐',
- 'FeehiCMS based on yii2, support php7, makes website more excellent...' => 'Feehi cms是一款基于优秀php框架yii2开发的新一代cms系统,使用了php最新版本(php7)带来的新特性,会让网站显得内涵而出色...',
- 'Send email at someone replied' => '有人回复时邮件通知我',
- /*article*/
- /*comment*/
- 'This article is not allowed to comment' => '此文章不允许评论',
- 'Website closed comment' => '本站不允许评论',
- 'Comment waiting for approved.' => '您的评论正在排队审核中,请稍后!',
- 'a minutes ago' => '一分钟前',
- /*comment*/
- ];
|