webman迁移-优化

This commit is contained in:
2026-03-18 15:10:40 +08:00
parent ea77c7b3a1
commit e2ae55319e
70 changed files with 1278 additions and 137 deletions

View File

@@ -0,0 +1,16 @@
<?php
return [
'nickname' => 'Nickname',
'birthday' => 'Birthday',
'captcha' => 'Captcha',
'Old password error' => 'Old password error',
'Data updated successfully~' => 'Data updated successfully',
'Please input correct password' => 'Please enter the correct password',
'nicknameChsDash' => 'Usernames can only be Chinese characters, letters, numbers, underscores_ and dashes-.',
'Password has been changed~' => 'Password has been changed~',
'Password has been changed, please login again~' => 'Password has been changed, please login again~',
'Account does not exist~' => 'Account does not exist',
'Failed to modify password, please try again later~' => 'Failed to modify password, please try again later~',
'Please enter the correct verification code' => 'Please enter the correct Captcha',
'%s has been registered' => '%s has been registered, please login directly.',
];