TaoLer/app/index/lang/zh-cn.php

90 lines
2.7 KiB
PHP
Raw Normal View History

2020-11-01 18:13:05 +08:00
<?php
return [
2020-11-02 21:54:26 +08:00
//语言
'language' => 'language',
'chinese' => '中文简体',
'english' => 'english',
//menu
2020-11-01 18:13:05 +08:00
'index' => 'index',
2020-11-02 15:41:31 +08:00
'home page' => '首页',
'user center' => '用户中心',
'set info' => '设置',
'my message' => '我的消息',
'my page' => '我的主页',
2020-11-01 18:13:05 +08:00
'login' => '登录',
'logout' => '退出',
2020-11-03 22:25:01 +08:00
'sign in' => '签到',
'sign up' => '注册',
2020-11-01 18:13:05 +08:00
'register' => '注册',
'discuss' => '讨论',
'case' => '案例',
'timeline' => '框架日志',
2020-11-02 21:54:26 +08:00
//帖子
2020-11-02 15:41:31 +08:00
'title color' => '颜色',
2020-11-01 18:13:05 +08:00
'add_post' => '添加帖子',
2020-11-02 15:41:31 +08:00
'my collection' => '我的收藏',
'cancel collection' => '取消收藏',
2020-11-01 18:13:05 +08:00
'all' => '综合',
2020-11-02 15:41:31 +08:00
'finished' => '已结',
'no finished' => '未结',
2020-11-01 18:13:05 +08:00
'hot' => '热贴',
'top' => '精贴',
2020-11-02 15:41:31 +08:00
'cancel hoting' => '取消精贴',
'cancel topping' => '取消置顶',
'go sign' => '去签到',
'more post' => '更多帖子',
'friendly link' => '友情链接',
'reviewers list' => '回帖热榜',
'hot post list' => '本周热议',
'links list' => '温馨通道',
'statement' => '说明',
'trends' => '动态',
'sponsor' => '钻级赞助商',
'i want to join' => '我要加入',
'official products' => '官方产品',
'no comments' => '暂时还没有评论',
'submit comments' => '提交评论',
'reply' => '回复',
'accept' => '采纳',
'please input the content' => '请输入内容',
'ads area' => '广告区',
'enclosure' => '附件',
'download files' => '下载文件',
2020-11-01 18:13:05 +08:00
2020-11-02 21:54:26 +08:00
//message
2020-11-02 15:41:31 +08:00
'add' => '添加',
'delete' => '删除',
2020-11-01 18:13:05 +08:00
'add success' => '添加成功!',
'add error' => '添加失败',
'edit success' => '修改成功',
'edit error' => '修改失败',
2020-11-02 21:54:26 +08:00
'illegal request' => '非法请求',
2020-11-03 22:25:01 +08:00
//Sign in/up
'username' => '用户',
'password' => '密码',
'new password' => '新密码',
'reset password' => '重置密码',
'retrieve password' => '找回密码',
'email' => '邮箱',
'confirm password' => '确认密码',
'captcha' => '验证码',
'remember password' => '一周内记住密码',
'forget password' => '忘记密码',
'login now' => '立即登录',
'submit' => '提交',
'go back' => '返回',
'register now' => '立即注册',
'mail/username' => '邮箱/用户名',
'6-16 characters' => '6-16 字符',
'strong type encryption' => '经过强类型加密',
'it cannot be changed' => '不能更改',
'the only way to get back your password' => '找回密码唯一途径',
'please input the password' => '请输入密码',
'please confirm the password' => '请确认密码',
'please input the captcha' => '请输入验证码',
2020-11-01 18:13:05 +08:00
];