displacement.php 617 字节
<?php

return [
    'Number'       => '设备编号',
    'Horizontal'   => '水平位移x',
    'Horizontaly'  => '水平位移Y',
    'Vertical'     => '垂直位移z',
    'Reservoir_id' => '水库',
    'Status'       => '设备状态',
    'Status 0'     => '启用',
    'Status 1'     => '停用',
    'Warning'      => '设备预警',
    'Warning 0'    => '正常',
    'Warning 1'    => '异常',
    'Actual'       => '实际值(mm)',
    'Predictive'   => '预测值(mm)',
    'Risk'         => '病险影响度',
    'Createtime'   => '采集时间(秒)',
    'Reporttime'   => '采集时间(毫秒)'
];