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

    <?php
/**
 * Project: Catfish.
 * Author: A.J
 * Date: 2016/11/27
 */
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' => '電子郵箱格式錯誤'
];