<?php

return [
    'Id'         => 'ID',
    'Title'      => '公告标题',
    'Image'      => '公告主图',
    'Content'    => '公告详情',
    'Status'     => '公告状态',
    'Status 0'   => '隐藏',
    'Set status to 0'=> '设为隐藏',
    'Status 1'   => '正常',
    'Set status to 1'=> '设为正常',
    'Createtime' => '创建时间',
    'Updatetime' => '更新时间'
];