phossa2/event

View on GitHub
src/Event/Message/Message.zh_CN.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Phossa Project
 *
 * PHP version 5.4
 *
 * @category  Library
 * @package   Phossa2\Event
 * @copyright Copyright (c) 2016 phossa.com
 * @license   http://mit-license.org/ MIT License
 * @link      http://www.phossa.com/
 */
/*# declare(strict_types=1); */

namespace Phossa2\Event\Message;

use Phossa2\Event\Message\Message;

/*
 * Provide zh_CN translation
 *
 * @package Phossa2\Event
 * @author  Hong Zhang <phossa@126.com>
 * @version 2.1.0
 * @since   2.0.0 added
 * @since   2.1.0 updated
 */
return [
    Message::EVT_NAME_INVALID => '触发事件名称 "%s" 不符合规则',
];