fix: mobile layout and period label translations for quick purchase landing

- Add i18n period labels (ru/en/zh/fa) instead of backend English-only labels
- Period tabs wrap on mobile instead of horizontal scroll
- Prevent horizontal overflow shifting the layout
This commit is contained in:
Fringg
2026-03-07 04:04:39 +03:00
parent dfa7a09a7c
commit 6d5c6fb9b3
5 changed files with 99 additions and 9 deletions

View File

@@ -3545,6 +3545,22 @@
"giftSentSuccess": "礼物已发送!",
"giftSentDesc": "收件人将通过邮件收到通知",
"autoLoginFailed": "自动登录失败",
"autoLoginProcessing": "正在登录..."
"autoLoginProcessing": "正在登录...",
"periodLabels": {
"d1": "1天",
"d2": "2天",
"d3": "3天",
"d5": "5天",
"d7": "1周",
"d14": "2周",
"d30": "1个月",
"d60": "2个月",
"d90": "3个月",
"d180": "6个月",
"d365": "1年",
"d456": "1年3个月",
"nDays": "{{count}}天",
"nMonths": "{{count}}个月"
}
}
}