feat: sync admin stars grant support
This commit is contained in:
parent
23fa1cad21
commit
e0cabb4930
14 changed files with 286 additions and 11 deletions
|
|
@ -113,6 +113,9 @@ const translations: Record<Language, Record<string, string>> = {
|
|||
"account.notVerified": "Not verified",
|
||||
"account.notPremium": "Not premium",
|
||||
"account.premiumUntil": "Premium expires",
|
||||
"account.starsBalance": "Stars balance",
|
||||
"account.startingGrantApplied": "initial grant applied",
|
||||
"account.startingGrantPending": "initial grant pending",
|
||||
"account.activeSessions": "Authorized devices",
|
||||
"account.accountFlags": "Account flags",
|
||||
"account.restriction": "Restriction",
|
||||
|
|
@ -137,6 +140,9 @@ const translations: Record<Language, Record<string, string>> = {
|
|||
"account.premiumMonthsAria": "Set premium duration in months",
|
||||
"account.setPremium": "Set premium",
|
||||
"account.clearPremium": "Clear premium",
|
||||
"account.starsAmount": "Stars to grant",
|
||||
"account.starsAmountAria": "Set Stars amount to grant",
|
||||
"account.grantStars": "Grant Stars",
|
||||
"account.setVerified": "Set verified",
|
||||
"account.clearVerified": "Clear verified",
|
||||
"channel.pageTitle": "Supergroups and Channels",
|
||||
|
|
@ -372,6 +378,9 @@ const translations: Record<Language, Record<string, string>> = {
|
|||
"account.notVerified": "未认证",
|
||||
"account.notPremium": "非会员",
|
||||
"account.premiumUntil": "会员到期",
|
||||
"account.starsBalance": "Stars 余额",
|
||||
"account.startingGrantApplied": "初始赠送已发放",
|
||||
"account.startingGrantPending": "初始赠送未触发",
|
||||
"account.activeSessions": "授权设备",
|
||||
"account.accountFlags": "账号标记",
|
||||
"account.restriction": "限制状态",
|
||||
|
|
@ -396,6 +405,9 @@ const translations: Record<Language, Record<string, string>> = {
|
|||
"account.premiumMonthsAria": "设置会员时长,单位月",
|
||||
"account.setPremium": "设置会员",
|
||||
"account.clearPremium": "取消会员",
|
||||
"account.starsAmount": "赠送 Stars 数量",
|
||||
"account.starsAmountAria": "设置要赠送的 Stars 数量",
|
||||
"account.grantStars": "赠送 Stars",
|
||||
"account.setVerified": "设置认证",
|
||||
"account.clearVerified": "取消认证",
|
||||
"channel.pageTitle": "超级群与频道",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue