<?php declare(strict_types=1); return [ 'failed' => '用户名或密码错误。', 'password' => '密码错误', 'throttle' => '您尝试的登录次数过多,请 :seconds 秒后再试。', 'ban' => '当前用户已被禁止登录。', ];