www_fpvone_cn/application/admin/lang/zh-cn/cms/comment.php

22 lines
548 B
PHP
Raw Normal View History

2024-12-20 12:29:51 +08:00
<?php
return [
'Id' => 'ID',
'Type' => '类型',
'Archives' => '文档',
'Page' => '单页',
'Special' => '专题',
'Aid' => '关联ID',
'Pid' => '父ID',
'User_id' => '会员ID',
'Content' => '内容',
'Comments' => '评论数',
'Ip' => 'IP',
'Useragent' => 'User Agent',
'Subscribe' => '订阅',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Deletetime' => '删除时间',
'Status' => '状态'
];