7 lines
301 B
PHP
7 lines
301 B
PHP
<?php
|
|
return array (
|
|
'Role does not exist' => '角色不存在',
|
|
'Your level is too high to purchase this character' => '您的等级过高,无法购买此角色',
|
|
'This character group is not allowed to be sold' => '该角色组不允许出售',
|
|
'Insufficient balance' => '余额不足',
|
|
); |