lcly-data-admin/lang/zh_CN/device.php

22 lines
503 B
PHP

<?php
return [
'labels' => [
'Device' => 'Device',
'device' => 'Device',
],
'fields' => [
'agricultural_base_id' => '基地',
'sn' => '序列号',
'name' => '名称',
'model' => '型号',
'monitoring_point' => '监控点',
'type' => '设备类型',
'status' => '状态',
'extends' => '扩展信息',
'created_by' => '创建人',
'updated_by' => '修改人',
],
'options' => [
],
];