www.gusucode.com > Catfish(鲶鱼) CMS系统 PHP版 v4.8.21源码程序 > Catfishcms_v4.8.21/application/user/lang/zh-cn.php

    <?php
/**
 * Project: Catfish.
 * Author: A.J
 * Date: 2016/11/22
 */
return [
    'Catfish CMS' => 'Catfish(鲶鱼) CMS',
    'Keyword' => '关键字',
    'Search' => '搜索',
    'Sign up' => '注册',
    'Log in' => '登录',
    'User center' => '用户中心',
    'Sign out' => '退出',
    'Edit my profile' => '修改资料',
    'Change password' => '修改密码',
    'Edit avatar' => '编辑头像',
    'Select Image' => '选择图片',
    'My collection' => '我的收藏',
    'My comments' => '我的评论',
    'Old password' => '原密码',
    'New password' => '新密码',
    'Confirm the new password' => '确认新密码',
    'Save' => '保存',
    'Personal Center' => '个人中心',
    'Nickname' => '昵称',
    'Gender' => '性别',
    'Secrecy' => '保密',
    'Male' => '男',
    'Female' => '女',
    'Birthday' => '生日',
    'Unfilled' => '未填写',
    'Personal URL' => '个人网址',
    'Signature' => '个性签名',
    'Edit' => '编辑',
    'Comments' => '评论内容',
    'Comment time' => '评论时间',
    'View original' => '查看原文',
    'Operation' => '操作',
    'Original' => '原文',
    'Delete' => '删除',
    'Title' => '标题',
    'Description' => '描述',
    'Collection time' => '收藏时间',
    'Save the avatar' => '保存头像',
    'The original password must be filled in' => '原密码必须填写',
    'The new password must be filled in' => '新密码必须填写',
    'Confirm the new password must be filled out' => '重复新密码必须填写',
    'Confirm the password must be the same as the password' => '确认密码必须和密码相同',
    'The original password is wrong' => '原密码错误',
    'Please upload your avatar' => '请上传头像',
    'E-mail' => '电子邮箱',
    'Mobile phone' => '手机',
    'E-mail address is required' => '电子邮箱必须填写',
    'The e-mail format is incorrect' => '电子邮箱格式错误'
];