refactor:前台基类语言包整理

This commit is contained in:
妙码生花 2022-06-24 00:07:02 +08:00
parent 926c800d2b
commit ab767951b7

View File

@ -10,4 +10,6 @@ return [
'You are not logged in' => '你没有登录',
'Unknown operation' => '未知操作',
'No action available, please contact the administrator~' => '没有可用操作,请联系管理员~',
'Please login first' => '请先登录!',
'You have no permission' => '没有权限操作!',
];