allocatr/application/admin/lang/zh-cn/workers/worker.php
2025-03-10 23:07:20 +08:00

22 lines
671 B
PHP

<?php
return [
'Id' => 'ID',
'Name' => '师傅姓名',
'Tel' => '师傅电话',
'Status' => '师傅状态',
'Status 1' => '激活',
'Set status to 1'=> '设为激活',
'Status 0' => '冻结',
'Set status to 0'=> '设为冻结',
'Area_id' => '所在地区',
'Lng' => '经度',
'Lat' => '纬度',
'Deposit_amount' => '保证金金额',
'Star' => '信用(5星制)',
'Create_time' => '创建时间',
'Update_time' => '更新时间',
'Deletetime' => '删除时间',
'Area.short_merge_name' => '区域'
];