10 lines
462 B
PHP
10 lines
462 B
PHP
|
|
<?php
|
||
|
|
return array (
|
||
|
|
'The system is under maintenance, please wait...' => '系统正在维护中,请稍等…',
|
||
|
|
'Address is incorrect' => '地址不正确',
|
||
|
|
'Unverified address' => '未经证实的地址',
|
||
|
|
'The amount exceeds the available balance' => '金额超过可用余额',
|
||
|
|
'You can only withdraw once a day.' => '您每天只能提现一次。',
|
||
|
|
'Network is incorrect' => '网络不正确',
|
||
|
|
'Record does not exist' => '记录不存在',
|
||
|
|
);
|