<?php
// +----------------------------------------------------------------------
// | HkCms
// +----------------------------------------------------------------------
// | Copyright (c) 2020-2021 http://www.hkcms.cn, All rights reserved.
// +----------------------------------------------------------------------
// | Author: HkCms team <admin@hkcms.cn>
// +----------------------------------------------------------------------

return [
    'Send frequently.'                => '频繁发送。',
    'Unsupported events.'             => '不支持的事件。',
    'Verification Code'               => '验证码',
    'Incorrect verification code'     => '验证失败',
    'Mailbox is closed'               => '邮箱已关闭',
    'Email already exists'            => '邮箱已存在',
    'Email does not exist'            => '邮箱不存在',
    'Email has been used'             => '邮箱已被使用',
];