wyyl/plugins/Lianlianpay/Lang/en/common.php

30 lines
1.3 KiB
PHP

<?php
/**
* dd.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author TL <mengwb@guangda.work>
* @created 2022-12-27 16:19:06
* @modified 2022-12-27 16:19:06
*/
return [
'merchant_id' => 'Merchant ID',
'lianlianpay_public_key' => 'Lianlian Public-Key',
'merchant_secret_key' => 'Merchant Secret Key',
'test' => 'Test Mode',
'system_error' => 'system error',
'customer_has_restrictions' => 'you has restrictions to perform exchange operation',
'annual_limit_exceeded' => 'you has exceeded the annual limit. for you to continue shopping, send proof of income to request limit increase ',
'boleto_limit_exceeded' => 'boleto_limit_exceeded ',
'fx_transaction_limit_exceeded' => 'fx_transaction_limit_exceeded',
'payment_completed' => 'payment_completed',
'payment_closed' => 'payment_closed ',
'refund_amount_exceeded' => 'the refund amount can not be greater than the amount of the order previously paid ',
'non_refundable_order' => 'the current order status does not allow a refund',
'refund_already_requested' => 'the refund of this order has already been requested.',
'insufficient_balance' => 'merchant does not have enough balance for this operation ',
];