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
+4 -4
View File
@@ -1,7 +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',
'Role does not exist' => '角色不存在',
'Your level is too high to purchase this character' => '您的等级过高,无法购买此角色',
'This character group is not allowed to be sold' => '该角色组不允许出售',
'Insufficient balance' => '余额不足',
);