6
0
Fork 0
jiqu-library-server/resources/lang/zh_CN/balance-log.php

20 lines
409 B
PHP

<?php
return [
'labels' => [
'BalanceLog' => '余额账户',
'balance-logs' => '余额账户',
],
'fields' => [
'user_id' => '用户ID',
'user'=>[
'phone' => '手机号',
],
'before_balance' => '变更前(¥)',
'change_balance' => '变更金额(¥)',
'remarks' => '备注',
],
'options' => [
],
];