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:
@@ -319,6 +319,14 @@ export default {
|
||||
'composer.send': 'Send',
|
||||
'composer.stop': 'Stop',
|
||||
'composer.voice': 'Voice assistant',
|
||||
'composer.scheduleSend': 'Schedule send',
|
||||
'composer.scheduleRelativeTab': 'Relative',
|
||||
'composer.scheduleSpecificTab': 'Specific',
|
||||
'composer.scheduleSpecificHint': 'Max 7 days. Requires the hub running; the CLI catches up the next time it connects after that time.',
|
||||
'composer.scheduleErrorPast': 'Scheduled time must be in the future.',
|
||||
'composer.scheduleErrorTooFar': 'Maximum schedule time is 7 days.',
|
||||
'queuedMessages.scheduledFor': 'Scheduled for {time}',
|
||||
'queuedMessages.editAlreadyInvoked': "Message already sent — it can't be edited",
|
||||
'composer.codexSlashUnsupported.title': 'Codex command unavailable',
|
||||
'composer.codexSlashUnsupported.body': 'HAPI remote mode does not yet run built-in Codex slash commands like {command}. Use natural language instead, or run it in the local Codex TUI.',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user