This commit is contained in:
2026-03-06 02:27:52 +08:00
parent f598cc8157
commit 70c4966aad
80 changed files with 796 additions and 1191 deletions
@@ -0,0 +1,11 @@
<?php
return array (
'The mailbox is already occupied' => '邮箱已被占用',
'Username is already taken' => '用户名已被占用',
'Nickname is already taken' => '昵称已存在',
'Phone Number is already taken' => '电话号码已存在',
'Mobile number does not exist' => '手机号码不存在',
'Email does not exist' => '邮箱不存在',
'Incorrect verification code' => '验证码错误',
'Verification code has expired' => '验证码已过期',
);