Add files via upload

This commit is contained in:
Egor
2026-01-20 14:41:49 +03:00
committed by GitHub
parent cada738879
commit b777e9b1a1
4 changed files with 82 additions and 3 deletions

View File

@@ -33,7 +33,8 @@
"contests": "Contests",
"polls": "Polls",
"info": "Info",
"wheel": "Fortune Wheel"
"wheel": "Fortune Wheel",
"menu": "Menu"
},
"notifications": {
"ticketNotifications": "Ticket Notifications",
@@ -1314,5 +1315,24 @@
"hours": "h",
"minutes": "m"
}
},
"blocking": {
"maintenance": {
"title": "Maintenance",
"defaultMessage": "Service is temporarily unavailable. Maintenance in progress.",
"reason": "Reason",
"waitMessage": "Please wait..."
},
"channel": {
"title": "Channel Subscription",
"defaultMessage": "Please subscribe to our channel to continue",
"openChannel": "Open Channel",
"checkSubscription": "Check Subscription",
"checking": "Checking...",
"waitSeconds": "Wait {{seconds}} sec.",
"hint": "Click check button after subscribing",
"notSubscribed": "You haven't subscribed to the channel yet",
"checkError": "Check failed. Please try again later."
}
}
}