add
This commit is contained in:
8
app/admin/lang/zh-cn/user/moneylog.php
Normal file
8
app/admin/lang/zh-cn/user/moneylog.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'user_id' => '用户',
|
||||
'money' => '变更金额',
|
||||
'memo' => '变更备注',
|
||||
"The user can't find it" => '用户找不到啦',
|
||||
'Change note cannot be blank' => '变更备注不能为空',
|
||||
];
|
||||
8
app/admin/lang/zh-cn/user/scorelog.php
Normal file
8
app/admin/lang/zh-cn/user/scorelog.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'user_id' => '用户',
|
||||
'score' => '变更积分',
|
||||
'memo' => '变更备注',
|
||||
"The user can't find it" => '用户找不到啦',
|
||||
'Change note cannot be blank' => '变更备注不能为空',
|
||||
];
|
||||
Reference in New Issue
Block a user