审查视图

application/admin/lang/zh-cn/wechat/autoreply.php 193 字节
1 2 3
<?php

return [
4 5 6 7
    'Text'                => '文本',
    'Event key'           => '响应标识',
    'Remark'              => '备注',
    'Text already exists' => '文本已经存在',
8
];