1.将部门修改为渠道,并且所有dice_表关联渠道表
2.将所有配置表,记录表设置关联渠道 3.优化后台页面设置
This commit is contained in:
@@ -9,6 +9,28 @@ declare(strict_types=1);
|
||||
return [
|
||||
'success' => 'Success',
|
||||
'fail' => 'Fail',
|
||||
'add success' => 'Added successfully',
|
||||
'update success' => 'Updated successfully',
|
||||
'save success' => 'Saved successfully',
|
||||
'delete success' => 'Deleted successfully',
|
||||
'add failed' => 'Add failed',
|
||||
'update failed' => 'Update failed',
|
||||
'delete failed' => 'Delete failed',
|
||||
'not found' => 'Data not found',
|
||||
'operation success' => 'Operation successful',
|
||||
'test data cleared' => 'Test data cleared',
|
||||
'ante must be greater than 0' => 'Ante must be greater than 0',
|
||||
'ante not allowed: %s' => 'Ante %s is not available for current channel, please select from ante config',
|
||||
'pool config does not belong to current channel' => 'Pool config does not belong to current channel',
|
||||
'no permission to update this record' => 'No permission to update this record',
|
||||
'no permission to view this record' => 'No permission to view this record',
|
||||
'no permission to operate this player' => 'No permission to operate this player',
|
||||
'please select data to delete' => 'Please select data to delete',
|
||||
'please select player' => 'Please select player',
|
||||
'please login first' => 'Please login first',
|
||||
'missing player_id' => 'Missing player_id',
|
||||
'Player not found' => 'Player not found',
|
||||
'record not found' => 'Record not found',
|
||||
'username、password 不能为空' => 'username and password are required',
|
||||
'请携带 token' => 'Please provide token',
|
||||
'token 无效' => 'Invalid or expired token',
|
||||
|
||||
Reference in New Issue
Block a user