Files
RemnaWaveBOT/locales/en.json
2026-04-05 12:18:33 +03:00

45 lines
2.5 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"welcome": "Hello, {username}!",
"subscription_status": "Your subscription: {status}",
"select_action": "Select an action:",
"subscription_active": "Active",
"subscription_inactive": "Inactive",
"buttons": {
"buy_subscription": "💳 Buy Subscription",
"support": "📞 Support",
"rules": "📜 Service Rules",
"language": "🌐 Language",
"back": "🔙 Back"
},
"messages": {
"support": "Support: {username}",
"support_title": "📞 Support",
"support_description": "This is the ticket center: create requests, view responses and history.\n\n📝 Create ticket - describe your problem or question.\n📋 My tickets - status and correspondence\n\nTry to use tickets - this way we can help faster and nothing gets lost.",
"rules_title": "📜 VPN Rules",
"rules_text": "1. By using the bot, you agree to the rules and use the service lawfully.\n2. VPN is designed to protect data and secure internet access.\n3. Prohibited: hacking, spam, fraud, viruses and illegal content 🚫\n4. User is solely responsible for their actions.\n5. Technical data may be collected (not shared with third parties, except by law).\n6. Access may be restricted without refund for violations.\n\n⚠ VPN does not guarantee complete anonymity.",
"select_tariff": "Select tariff:",
"tariff_selected": "You selected: {tariff}",
"select_language": "Выберите язык / Select language:",
"language_changed": "Language changed to {language}",
"payment_instruction_title": "Hello! 👋",
"payment_instruction_text": "To purchase a subscription, follow these steps:\n\n1⃣ Transfer via SBP to: {phone}\n2⃣ After payment, send the receipt or screenshot to this chat\n\nAfter payment confirmation, we will activate your subscription.\n\nThank you! 😊",
"payment_receipt_sent": "✅ Receipt received! Wait for payment confirmation."
},
"subscription": {
"standard_title": "Standard Subscription",
"standard_description": "Basic tariff plan"
},
"tariffs": {
"14_days": "14 days - 150₽",
"30_days": "30 days - 300₽",
"60_days": "60 days - 600₽",
"90_days": "90 days - 900₽",
"180_days": "180 days - 1800₽",
"360_days": "360 days - 3600₽"
},
"languages": {
"ru": "🇷🇺 Русский",
"en": "🇬🇧 English",
"kz": "🇰🇿 Қазақша"
}
}