snipe-it/resources/lang/zh-CN/auth/general.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

15 lines
919 B
PHP

<?php
return [
'send_password_link' => '发送密码重置链接',
'email_reset_password' => '邮箱密码重置',
'reset_password' => '重置密码',
'saml_login' => '通过 SAML 登录',
'login' => '登录',
'login_prompt' => '请登录',
'forgot_password' => '我忘记了我的密码',
'remember_me' => '记住我',
'username_help_top' => '请输入您的 <strong>用户名</strong> 发送密码重置链接到邮箱。',
'username_help_bottom' => '您的用户名和邮箱地址<em>可以</em>相同,也可以不同,这取决于您的配置。如果您忘记了您的用户名,请与管理员联系。<br><br><strong>没有关联电子邮件地址的用户名将不会通过电子邮件发送密码重置链接。 </strong> ',
];