2025-11-07 09:56:20 +08:00
|
|
|
<?php
|
|
|
|
|
return array (
|
|
|
|
|
'Reset password successful' => '重置密码成功',
|
|
|
|
|
'Reset trade password successful' => '重置交易密码成功',
|
|
|
|
|
'The system is under maintenance, please wait...' => '系统正在维护中,请稍等…',
|
|
|
|
|
'User is incorrect' => '用户名不正确',
|
|
|
|
|
'Trade successful' => '交易成功',
|
2026-03-06 02:31:40 +08:00
|
|
|
'Incoret param' => 'Incoret param',
|
|
|
|
|
'You have verified' => 'You have verified',
|
|
|
|
|
'ID card already exists' => 'ID card already exists',
|
2025-11-07 09:56:20 +08:00
|
|
|
);
|