14 lines
724 B
PHP
14 lines
724 B
PHP
<?php
|
|
|
|
return [
|
|
'User asset' => '用户资产',
|
|
'Points adjustment' => '调整积分',
|
|
'User asset not found' => '用户资产不存在',
|
|
'Points adjustment must be a non-zero integer' => '调整积分必须为非零整数',
|
|
'Insufficient available points' => '可用积分不足',
|
|
'Administrator added %s points' => '管理员增加积分 %s',
|
|
'Administrator deducted %s points' => '管理员扣除积分 %s',
|
|
'Points log cannot be modified' => '积分流水不允许修改',
|
|
'Points log cannot be deleted' => '积分流水不允许删除',
|
|
];
|