translation
This commit is contained in:
@@ -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',
|
||||
);
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
return array (
|
||||
);
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
return array (
|
||||
);
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
return array (
|
||||
);
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return array (
|
||||
'参数错误' => '参数错误',
|
||||
);
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
return array (
|
||||
);
|
||||
@@ -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',
|
||||
);
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
return array (
|
||||
);
|
||||
@@ -1,3 +1,4 @@
|
||||
<?php
|
||||
return array (
|
||||
'Article does not exist' => 'Article does not exist',
|
||||
);
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
return array (
|
||||
);
|
||||
Reference in New Issue
Block a user