mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-07 06:52:28 +00:00
feat(hub,web): support scheduling messages for future delivery (#590)
This commit is contained in:
@@ -321,6 +321,14 @@ export default {
|
||||
'composer.send': '发送',
|
||||
'composer.stop': '停止',
|
||||
'composer.voice': '语音助手',
|
||||
'composer.scheduleSend': '定时发送',
|
||||
'composer.scheduleRelativeTab': '相对时间',
|
||||
'composer.scheduleSpecificTab': '指定时间',
|
||||
'composer.scheduleSpecificHint': '最多 7 天。需 Hub 运行;CLI 下次连接时会接收消息。',
|
||||
'composer.scheduleErrorPast': '发送时间必须在未来。',
|
||||
'composer.scheduleErrorTooFar': '最多只能定时 7 天。',
|
||||
'queuedMessages.scheduledFor': '定时发送: {time}',
|
||||
'queuedMessages.editAlreadyInvoked': '消息已发送,无法编辑',
|
||||
'composer.codexSlashUnsupported.title': '无法执行 Codex 命令',
|
||||
'composer.codexSlashUnsupported.body': 'HAPI 远程模式暂不支持 {command} 这类 Codex 内建 slash command,请改用自然语言,或在本地 Codex TUI 中执行。',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user