This commit is contained in:
2026-04-08 10:05:25 +08:00
parent 594aa137ef
commit b0e87b3fb3
34 changed files with 128 additions and 54 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
return array (
);
+1
View File
@@ -1,4 +1,5 @@
<?php
return array (
'Article does not exist' => 'Article does not exist',
'Invalid parameter' => 'Invalid parameter',
);
@@ -0,0 +1,4 @@
<?php
return array (
'The field %field% must be not empty. ' => 'The field %field% must be not empty. ',
);
+2 -1
View File
@@ -13,7 +13,6 @@ return array (
'Only one verification code can be sent within %second% seconds' => 'Only one verification code can be sent within %second% seconds',
'Email sent successfully' => 'Email sent successfully',
'Captcha is incorrect' => 'Captcha is incorrect',
'Mt email code' => 'Mt email code',
'错误的邀请码' => '错误的邀请码',
'Incoret param' => 'Incoret param',
'Trade password must be 6 characters' => 'Trade password must be 6 characters',
@@ -22,4 +21,6 @@ return array (
'Username is incorrect' => 'Username is incorrect',
'Password must be 6 to 32 characters' => 'Password must be 6 to 32 characters',
'Trade password must be 6-32 characters' => 'Trade password must be 6-32 characters',
'Unknown verify type' => 'Unknown verify type',
'Invalid parameter' => 'Invalid parameter',
);
+3
View File
@@ -0,0 +1,3 @@
<?php
return array (
);
+1
View File
@@ -1,4 +1,5 @@
<?php
return array (
'参数错误' => '参数错误',
'Invalid parameter' => 'Invalid parameter',
);
+3
View File
@@ -0,0 +1,3 @@
<?php
return array (
);
+18
View File
@@ -0,0 +1,18 @@
<?php
return array (
'Invalid verify type' => 'Invalid verify type',
'Security verify successfully' => 'Security verify successfully',
'Incorrect mobile number format' => 'Incorrect mobile number format',
'Mobile number already exists' => 'Mobile number already exists',
'Mobile number bound successfully' => 'Mobile number bound successfully',
'Incorrect email format' => 'Incorrect email format',
'Email already exists' => 'Email already exists',
'Email bound successfully' => 'Email bound successfully',
'Username length must be between 3 and 20 characters' => 'Username length must be between 3 and 20 characters',
'Username already exists' => 'Username already exists',
'Username bound successfully' => 'Username bound successfully',
'Mobile number not bound' => 'Mobile number not bound',
'Mobile number unbound successfully' => 'Mobile number unbound successfully',
'Email not bound' => 'Email not bound',
'Email unbound successfully' => 'Email unbound successfully',
);
+1
View File
@@ -8,4 +8,5 @@ return array (
'Incoret param' => 'Incoret param',
'You have verified' => 'You have verified',
'ID card already exists' => 'ID card already exists',
'Invalid parameter' => 'Invalid parameter',
);