支付宝记账本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
341 B

5 months ago
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'reset' => 'Your password has been reset.',
  5. 'sent' => 'We have emailed your password reset link.',
  6. 'throttled' => 'Please wait before retrying.',
  7. 'token' => 'This password reset token is invalid.',
  8. 'user' => 'We can\'t find a user with that email address.',
  9. ];