i18n: 增加日卡额度结束文案
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
parent
af6cdfabcc
commit
0b40470597
@ -2670,6 +2670,9 @@ export default {
|
||||
resetInMinutes: 'Resets in {minutes}m',
|
||||
resetInHoursMinutes: 'Resets in {hours}h {minutes}m',
|
||||
resetInDaysHours: 'Resets in {days}d {hours}h',
|
||||
quotaEndsInMinutes: 'Quota ends in {minutes}m',
|
||||
quotaEndsInHoursMinutes: 'Quota ends in {hours}h {minutes}m',
|
||||
quotaEndsInDaysHours: 'Quota ends in {days}d {hours}h',
|
||||
daysRemaining: 'days remaining',
|
||||
remainingDays: 'Remaining days',
|
||||
noExpiration: 'No expiration',
|
||||
@ -6253,6 +6256,7 @@ export default {
|
||||
daysRemaining: '{days} days remaining',
|
||||
expiresOn: 'Expires on {date}',
|
||||
resetIn: 'Resets in {time}',
|
||||
quotaEndsIn: 'Quota ends in {time}',
|
||||
windowNotActive: 'Awaiting first use',
|
||||
usageOf: '{used} of {limit}'
|
||||
},
|
||||
|
||||
@ -2747,6 +2747,9 @@ export default {
|
||||
resetInMinutes: '{minutes} 分钟后重置',
|
||||
resetInHoursMinutes: '{hours} 小时 {minutes} 分钟后重置',
|
||||
resetInDaysHours: '{days} 天 {hours} 小时后重置',
|
||||
quotaEndsInMinutes: '额度将在 {minutes} 分钟后结束',
|
||||
quotaEndsInHoursMinutes: '额度将在 {hours} 小时 {minutes} 分钟后结束',
|
||||
quotaEndsInDaysHours: '额度将在 {days} 天 {hours} 小时后结束',
|
||||
daysRemaining: '天剩余',
|
||||
remainingDays: '剩余天数',
|
||||
noExpiration: '无过期时间',
|
||||
@ -6411,6 +6414,7 @@ export default {
|
||||
daysRemaining: '剩余 {days} 天',
|
||||
expiresOn: '{date} 到期',
|
||||
resetIn: '{time} 后重置',
|
||||
quotaEndsIn: '额度将在 {time} 后结束',
|
||||
windowNotActive: '等待首次使用',
|
||||
usageOf: '已用 {used} / {limit}'
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user