gift voucher language fixes + move into user menu
This commit is contained in:
@@ -980,7 +980,24 @@
|
||||
"error_purchaser_email": "Bitte gib eine gültige E-Mail ein.",
|
||||
"error_recipient_email": "Bitte gib eine gültige Empfänger-E-Mail ein.",
|
||||
"error_checkout": "Checkout konnte nicht gestartet werden. Bitte versuche es erneut.",
|
||||
"error": "Etwas ist schiefgelaufen. Bitte versuche es erneut."
|
||||
"error": "Etwas ist schiefgelaufen. Bitte versuche es erneut.",
|
||||
"lookup_title": "Gutscheinstatus prüfen",
|
||||
"lookup_subtitle": "Du hast schon einen Code? Prüfe Wert, Gültigkeit und Status.",
|
||||
"lookup_label": "Gutscheincode",
|
||||
"lookup_cta": "Code prüfen",
|
||||
"lookup_not_found": "Gutschein nicht gefunden oder nicht mehr gültig.",
|
||||
"lookup_result_code": "Code: :code",
|
||||
"lookup_result_value": "Wert: :amount :currency",
|
||||
"lookup_result_expires": "Gültig bis :date",
|
||||
"lookup_status": {
|
||||
"issued": "Status: Ausgestellt (einlösbar)",
|
||||
"redeemed": "Status: Eingelöst",
|
||||
"refunded": "Status: Erstattet",
|
||||
"expired": "Status: Abgelaufen",
|
||||
"reminder": "Erinnerung geplant",
|
||||
"expiry": "Ablauf-Hinweis geplant"
|
||||
},
|
||||
"too_many_attempts": "Zu viele Versuche. Bitte kurz warten und erneut probieren."
|
||||
},
|
||||
"not_found": {
|
||||
"title": "Seite nicht gefunden",
|
||||
@@ -1002,4 +1019,4 @@
|
||||
"privacy": "Datenschutz",
|
||||
"terms": "AGB"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -973,7 +973,24 @@
|
||||
"error_purchaser_email": "Please enter a valid email.",
|
||||
"error_recipient_email": "Please enter a valid recipient email.",
|
||||
"error_checkout": "Unable to start the checkout. Please try again.",
|
||||
"error": "Something went wrong. Please try again."
|
||||
"error": "Something went wrong. Please try again.",
|
||||
"lookup_title": "Check voucher status",
|
||||
"lookup_subtitle": "Already have a code? See value, validity, and status.",
|
||||
"lookup_label": "Voucher code",
|
||||
"lookup_cta": "Check code",
|
||||
"lookup_not_found": "Voucher not found or no longer valid.",
|
||||
"lookup_result_code": "Code: :code",
|
||||
"lookup_result_value": "Value: :amount :currency",
|
||||
"lookup_result_expires": "Valid until :date",
|
||||
"lookup_status": {
|
||||
"issued": "Status: Issued (ready to redeem)",
|
||||
"redeemed": "Status: Redeemed",
|
||||
"refunded": "Status: Refunded",
|
||||
"expired": "Status: Expired",
|
||||
"reminder": "Reminder scheduled",
|
||||
"expiry": "Expiry reminder scheduled"
|
||||
},
|
||||
"too_many_attempts": "Too many attempts. Please wait a moment and try again."
|
||||
},
|
||||
"not_found": {
|
||||
"title": "Page not found",
|
||||
@@ -995,4 +1012,4 @@
|
||||
"privacy": "Privacy",
|
||||
"terms": "Terms & Conditions"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user