mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add gift navigation, routes, and i18n translations
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
"polls": "Polls",
|
||||
"info": "Info",
|
||||
"wheel": "Fortune Wheel",
|
||||
"menu": "Menu"
|
||||
"menu": "Menu",
|
||||
"gift": "Gift"
|
||||
},
|
||||
"notifications": {
|
||||
"ticketNotifications": "Ticket Notifications",
|
||||
@@ -3293,7 +3294,7 @@
|
||||
"status_failed": "Failed",
|
||||
"status_expired": "Expired",
|
||||
"noPurchases": "No purchases",
|
||||
"showing": "Showing {{from}}\u2013{{to}} of {{total}}",
|
||||
"showing": "Showing {{from}}–{{to}} of {{total}}",
|
||||
"page": "Page {{current}} of {{total}}",
|
||||
"prev": "Previous",
|
||||
"next": "Next"
|
||||
@@ -4114,5 +4115,50 @@
|
||||
"nMonths_one": "{{count}} month",
|
||||
"nMonths_other": "{{count}} months"
|
||||
}
|
||||
},
|
||||
"gift": {
|
||||
"title": "Gift Subscription",
|
||||
"subtitle": "Send a VPN subscription as a gift",
|
||||
"choosePeriod": "Choose period",
|
||||
"chooseTariff": "Choose tariff",
|
||||
"recipient": "Recipient",
|
||||
"recipientPlaceholder": "Email or @telegram",
|
||||
"recipientHint": "Enter email or Telegram username",
|
||||
"giftMessage": "Greeting",
|
||||
"giftMessagePlaceholder": "Add a personal message (optional)",
|
||||
"paymentMode": "Payment method",
|
||||
"fromBalance": "From balance",
|
||||
"viaGateway": "Via payment gateway",
|
||||
"yourBalance": "Your balance",
|
||||
"insufficientBalance": "Insufficient funds",
|
||||
"topUpBalance": "Top up balance",
|
||||
"total": "Total",
|
||||
"giftButton": "Send Gift",
|
||||
"sending": "Sending gift...",
|
||||
"gb": "GB",
|
||||
"devices": "devices",
|
||||
"paymentMethod": "Payment method",
|
||||
"processing": "Processing...",
|
||||
"successTitle": "Gift sent!",
|
||||
"successDesc": "Recipient {{contact}} will be notified",
|
||||
"pendingTitle": "Awaiting payment",
|
||||
"pendingDesc": "Complete the payment in the payment system",
|
||||
"pendingActivationTitle": "Pending activation",
|
||||
"pendingActivationDesc": "Recipient has an active subscription. Gift is pending activation.",
|
||||
"failedTitle": "Error",
|
||||
"failedDesc": "Failed to send gift. Please try again.",
|
||||
"backToGift": "Go back",
|
||||
"backToDashboard": "Back to dashboard",
|
||||
"tryAgain": "Try again",
|
||||
"pollTimeout": "Processing is taking longer than usual",
|
||||
"pollTimeoutDesc": "Try checking the status later",
|
||||
"retry": "Check again",
|
||||
"noToken": "Invalid link",
|
||||
"tariff": "Tariff",
|
||||
"period": "Period",
|
||||
"giftMessageLabel": "Message",
|
||||
"recipientLabel": "Recipient",
|
||||
"featureDisabled": "Gift feature is temporarily unavailable",
|
||||
"redirecting": "Redirecting..."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user