对搜索返回的消息做中英双版本
This commit is contained in:
@@ -63,17 +63,17 @@ class AdminWalletRecord extends Backend
|
||||
|
||||
protected function _add(): Response
|
||||
{
|
||||
return $this->error('管理员钱包流水不允许手动新增');
|
||||
return $this->error(__('Admin wallet records do not allow manual creation'));
|
||||
}
|
||||
|
||||
protected function _edit(): Response
|
||||
{
|
||||
return $this->error('管理员钱包流水不允许手动编辑');
|
||||
return $this->error(__('Admin wallet records do not allow manual editing'));
|
||||
}
|
||||
|
||||
protected function _del(): Response
|
||||
{
|
||||
return $this->error('管理员钱包流水不允许删除');
|
||||
return $this->error(__('Admin wallet records do not allow deletion'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user