mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
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:
@@ -3995,6 +3995,24 @@
|
||||
"giftSentSuccess": "Gift sent!",
|
||||
"giftSentDesc": "Recipient will be notified by email",
|
||||
"autoLoginFailed": "Auto-login failed",
|
||||
"autoLoginProcessing": "Signing in..."
|
||||
"autoLoginProcessing": "Signing in...",
|
||||
"periodLabels": {
|
||||
"d1": "1 day",
|
||||
"d2": "2 days",
|
||||
"d3": "3 days",
|
||||
"d5": "5 days",
|
||||
"d7": "1 week",
|
||||
"d14": "2 weeks",
|
||||
"d30": "1 month",
|
||||
"d60": "2 months",
|
||||
"d90": "3 months",
|
||||
"d180": "6 months",
|
||||
"d365": "1 year",
|
||||
"d456": "1 year + 3 mo.",
|
||||
"nDays_one": "{{count}} day",
|
||||
"nDays_other": "{{count}} days",
|
||||
"nMonths_one": "{{count}} month",
|
||||
"nMonths_other": "{{count}} months"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user