gift voucher language fixes + move into user menu

This commit is contained in:
Codex Agent
2025-12-08 20:18:01 +01:00
parent bc960dc22b
commit 4bdb93c171
9 changed files with 199 additions and 89 deletions

View File

@@ -281,4 +281,23 @@ return [
'legal_note' => 'Gift vouchers: 14-day withdrawal right until redemption; see withdrawal policy.',
'legal_link' => 'Open withdrawal policy',
],
'gift' => [
'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.',
],
];