mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: guest purchase activation UI & landing editor improvements
- Add PendingActivationState component with activate button - Add double-click ref guard on activation handler - Add activatePurchase API function - Update PurchaseStatus type with new fields - Show gift message and recipient contact in success state - Add pending activation i18n translations (ru, en, zh, fa) - Improve AdminLandingEditor with allowed_periods support
This commit is contained in:
@@ -4527,6 +4527,12 @@
|
||||
"copyLink": "Скопировать ссылку",
|
||||
"giftToggleLabel": "Тип покупки",
|
||||
"pollTimedOut": "Занимает больше времени, чем ожидалось",
|
||||
"pollTimedOutDesc": "Обработка платежа занимает больше времени, чем обычно. Вы можете попробовать проверить ещё раз."
|
||||
"pollTimedOutDesc": "Обработка платежа занимает больше времени, чем обычно. Вы можете попробовать проверить ещё раз.",
|
||||
"pendingActivation": "Подписка готова к активации",
|
||||
"pendingActivationDesc": "У вас уже есть активная подписка. Активация новой заменит текущую.",
|
||||
"activateNow": "Активировать",
|
||||
"activating": "Активация...",
|
||||
"activationFailed": "Ошибка активации",
|
||||
"giftMessage": "Сообщение"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user