rhopress/yii2-rhopress

View on GitHub
messages/zh-CN/rhopress/models/article.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 *  _   __ __ _____ _____ ___  ____  _____
 * | | / // // ___//_  _//   ||  __||_   _|
 * | |/ // /(__  )  / / / /| || |     | |
 * |___//_//____/  /_/ /_/ |_||_|     |_|
 * @link http://vistart.name/
 * @copyright Copyright (c) 2016 vistart
 * @license http://vistart.name/license/
 */

return [
    'Title' => '标题',
    'Article alias' => '文章别名',
    'Article status' => '文章状态',
    'Comment status' => '评论状态',
];