buildadmin/app/admin/lang/zh-cn/index.php

10 lines
619 B
PHP
Raw Normal View History

<?php
return [
'No background menu, please contact super administrator!' => '无后台菜单,请联系超级管理员!',
'You have already logged in. There is no need to log in again~' => '您已经登录过了,无需重复登录~',
'Login succeeded!' => '登录成功!',
'Incorrect user name or password!' => '用户名或密码不正确!',
2022-03-22 19:21:42 +00:00
'Login' => '登录',
'Logout' => '注销登录',
];