Files
monica/lang/zh_CN/auth.php

9 lines
230 B
PHP

<?php
return [
'failed' => '用户名或密码错误。',
'lang' => '中文(中华人民共和国)',
'password' => '密码错误',
'throttle' => '您尝试的登录次数过多,请 :seconds 秒后再试。',
];