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

@@ -31,7 +31,8 @@
"contests": "活动",
"polls": "问卷",
"info": "信息",
"wheel": "幸运转盘"
"wheel": "幸运转盘",
"menu": "菜单"
},
"notifications": {
"ticketNotifications": "工单通知",
@@ -794,5 +795,24 @@
"hours": "时",
"minutes": "分"
}
},
"blocking": {
"maintenance": {
"title": "系统维护",
"defaultMessage": "服务暂时不可用。正在进行系统维护。",
"reason": "原因",
"waitMessage": "请稍候..."
},
"channel": {
"title": "频道订阅",
"defaultMessage": "请订阅我们的频道以继续",
"openChannel": "打开频道",
"checkSubscription": "检查订阅",
"checking": "检查中...",
"waitSeconds": "请等待 {{seconds}} 秒",
"hint": "订阅后点击检查按钮",
"notSubscribed": "您还没有订阅该频道",
"checkError": "检查失败。请稍后重试。"
}
}
}