translation

This commit is contained in:
2026-03-06 02:31:40 +08:00
parent 70c4966aad
commit 8704434c36
29 changed files with 113 additions and 20 deletions
+4
View File
@@ -18,4 +18,8 @@ return array (
'Incoret param' => 'Incoret param',
'Trade password must be 6 characters' => 'Trade password must be 6 characters',
'SMS sent successfully' => 'SMS sent successfully',
'Unknown register way' => 'Unknown register way',
'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',
);
+3
View File
@@ -0,0 +1,3 @@
<?php
return array (
);
+3
View File
@@ -0,0 +1,3 @@
<?php
return array (
);
@@ -0,0 +1,3 @@
<?php
return array (
);
+4
View File
@@ -0,0 +1,4 @@
<?php
return array (
'参数错误' => '参数错误',
);
+3
View File
@@ -0,0 +1,3 @@
<?php
return array (
);
+7
View File
@@ -0,0 +1,7 @@
<?php
return array (
'Role does not exist' => 'Role does not exist',
'Your level is too high to purchase this character' => 'Your level is too high to purchase this character',
'This character group is not allowed to be sold' => 'This character group is not allowed to be sold',
'Insufficient balance' => 'Insufficient balance',
);
+3
View File
@@ -0,0 +1,3 @@
<?php
return array (
);
+1
View File
@@ -1,3 +1,4 @@
<?php
return array (
'Article does not exist' => 'Article does not exist',
);
+3
View File
@@ -0,0 +1,3 @@
<?php
return array (
);