old-hotel-charge/lang/zh_CN/live-continue.php

18 lines
403 B
PHP

<?php
return [
'labels' => [
'LiveContinue' => '续住列表',
'live-continues' => '续住列表',
],
'fields' => [
'name' => '姓名',
'card_no' => '身份证号',
'client_name' => '委托人',
'nurse_lv' => '护理等级',
'live_in_at' => '入住时间',
'avliable_at' => '截至时间',
],
'options' => [
],
];