feat: unify cron delivery account and target selection (#642)

This commit is contained in:
cedric
2026-03-25 10:12:49 +08:00
committed by GitHub
parent 9aea3c9441
commit 9d40e1fa05
20 changed files with 2073 additions and 88 deletions

View File

@@ -33,6 +33,39 @@
"cronPlaceholder": "Cron expression (e.g., 0 9 * * *)",
"usePresets": "Use presets",
"useCustomCron": "Use custom cron",
"deliveryTitle": "Delivery",
"deliveryDescription": "Choose whether this task stays in ClawX or is pushed to an external channel.",
"deliveryModeNone": "In ClawX only",
"deliveryModeNoneDesc": "Run the task and keep the result in the app.",
"deliveryModeAnnounce": "External channel",
"deliveryModeAnnounceDesc": "Send the final result through a configured channel.",
"deliveryChannel": "Channel",
"channelUnsupportedTag": "Unsupported",
"deliveryAccount": "Sending Account",
"selectDeliveryAccount": "Select an account",
"deliveryAccountDesc": "Uses the same configured account list shown on the Channels page.",
"selectChannel": "Select a channel",
"deliveryChannelUnsupported": "WeChat does not currently support scheduled outbound delivery because the plugin requires a live conversation context token.",
"deliveryDefaultAccountHint": "Uses the channel's default account: {{account}}",
"deliveryTarget": "Recipient / Target",
"selectDeliveryTarget": "Select a delivery target",
"loadingTargets": "Loading targets...",
"currentTarget": "Current target",
"deliveryTargetGroupDefault": "Recommended",
"deliveryTargetGroupUsers": "Users",
"deliveryTargetGroupChats": "Chats",
"noDeliveryTargets": "No delivery targets are available for the selected Feishu account.",
"deliveryTargetPlaceholder": "Enter the delivery target for this channel",
"deliveryTargetPlaceholderFeishu": "e.g., user:ou_xxx or chat:oc_xxx",
"deliveryTargetDesc": "This maps to delivery.to in OpenClaw and is sent as-is.",
"deliveryTargetDescFeishu": "Use a Feishu user target like user:ou_xxx or a chat target like chat:oc_xxx.",
"deliveryTargetDescAuto": "Select from targets discovered for the chosen channel account.",
"deliveryTargetDescFeishuSelect": "Select a verified Feishu recipient from the available users or chats.",
"deliveryTargetDescFeishuAccount": "Choose from the configured Feishu channel accounts, using the same account list as the Channels page.",
"feishuMainTargetTitle": "Feishu main account",
"feishuMainTargetDesc": "Auto-fill the current default Feishu account owner as the delivery target.",
"useFeishuMainTarget": "Use main account",
"resolvingTarget": "Resolving...",
"targetChannel": "Target Channel",
"noChannels": "No channels available. Add a channel first.",
"discordChannelId": "Discord Channel ID",
@@ -65,6 +98,11 @@
"nameRequired": "Please enter a task name",
"messageRequired": "Please enter a message",
"channelRequired": "Please select a channel",
"deliveryChannelUnsupported": "{{channel}} does not support scheduled delivery yet",
"deliveryTargetRequired": "Please enter a delivery target",
"deliveryTargetResolved": "Delivery target resolved",
"failedLoadDeliveryTargets": "Failed to load delivery targets",
"failedResolveDeliveryTarget": "Failed to resolve the default delivery target",
"discordIdRequired": "Please enter a Discord Channel ID",
"scheduleRequired": "Please select or enter a schedule"
},