18 lines
770 B
PHP
18 lines
770 B
PHP
<?php
|
||
|
||
/** PRD 钱包段多语言;NegotiateLotteryLocale 后由 __() 选用 */
|
||
return [
|
||
'invalid_currency' => 'Invalid currency code',
|
||
|
||
'1001' => 'Insufficient lottery wallet balance',
|
||
'1002' => 'A previous transfer is still processing; please retry shortly',
|
||
'1003' => 'Amount exceeds the allowed limit',
|
||
'1004' => 'Deposits are temporarily disabled',
|
||
'1005' => 'Invalid or disabled currency',
|
||
'1006' => 'Withdrawals are temporarily disabled',
|
||
'1007' => 'Lottery wallet is frozen; transfers are blocked',
|
||
'1008' => 'Invalid amount; enter a positive integer in minor units',
|
||
'1009' => 'Main wallet operation failed; please try again later',
|
||
'1010' => 'Do not reuse an idempotency key with different transfer parameters',
|
||
];
|