lms/vendor/srmklive/paypal/lang/cn/error.php
2025-12-15 12:26:23 +01:00

8 lines
274 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'paypal_transaction_declined' => '由于您的交易在PayPal上被拒绝无法处理付款',
'paypal_transaction_not_verified' => '无法从PayPal验证交易',
'paypal_connection_error' => '无法连接到PayPal。请重试',
];