This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,9 @@
<?php
return [
'sent' => '如果該電子郵件已存在我們的系統中,一封含有恢復密碼的郵件將被傳送',
'user' => '如果該電子郵件已存在我們的系統中,一封含有恢復密碼的郵件將被傳送',
'token' => '這個密碼重置安全權杖無效或過期,或與提供的用戶名稱不相符',
'reset' => '您的密碼已重設成功!',
'password_change' => '您的密碼已更新!',
];