Add frontend UI for Scenario Mode with i18n support

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-08 17:31:19 +00:00
co-authored by whyour
parent 712ff80448
commit 37c8e28cba
6 changed files with 1039 additions and 2 deletions
+71 -1
View File
@@ -521,5 +521,75 @@
"远程仓库缓存": "Remote repository cache",
"SSH 文件缓存": "SSH file cache",
"清除依赖缓存": "Clean dependency cache",
"清除成功": "Clean successful"
"清除成功": "Clean successful",
"场景模式": "Scenario Mode",
"新建场景": "New Scenario",
"编辑场景": "Edit Scenario",
"场景日志": "Scenario Logs",
"确定要删除场景": "Are you sure to delete scenario",
"场景已触发": "Scenario triggered",
"使用此 URL 接收外部触发": "Use this URL to receive external triggers",
"获取 Webhook URL 失败": "Failed to get Webhook URL",
"获取 Webhook": "Get Webhook",
"手动触发": "Manual Trigger",
"查看日志": "View Logs",
"变量监听": "Variable Monitor",
"任务状态": "Task Status",
"时间触发": "Time Trigger",
"系统事件": "System Event",
"描述": "Description",
"触发类型": "Trigger Type",
"执行次数": "Execution Count",
"成功/失败": "Success/Failure",
"最后触发": "Last Triggered",
"监听路径": "Watch Path",
"留空自动生成": "Leave blank to auto-generate",
"Cron 表达式": "Cron Expression",
"事件类型": "Event Type",
"磁盘空间": "Disk Space",
"内存使用": "Memory Usage",
"阈值": "Threshold",
"检查间隔": "Check Interval",
"任务 ID": "Task ID",
"条件配置": "Condition Configuration",
"条件逻辑": "Condition Logic",
"多个条件之间的关系": "Relationship between multiple conditions",
"全部满足": "All satisfied",
"任一满足": "Any satisfied",
"字段名": "Field Name",
"操作符": "Operator",
"包含": "Contains",
"不包含": "Not Contains",
"值": "Value",
"添加条件": "Add Condition",
"动作配置": "Action Configuration",
"动作类型": "Action Type",
"运行任务": "Run Task",
"设置变量": "Set Variable",
"执行命令": "Execute Command",
"发送通知": "Send Notification",
"变量名": "Variable Name",
"变量值": "Variable Value",
"命令": "Command",
"消息": "Message",
"添加动作": "Add Action",
"高级设置": "Advanced Settings",
"延迟执行": "Delay Execution",
"秒": "seconds",
"失败熔断阈值": "Failure Threshold",
"连续失败多少次后自动禁用": "Auto-disable after N consecutive failures",
"最大重试次数": "Max Retry Count",
"重试延迟": "Retry Delay",
"退避倍数": "Backoff Multiplier",
"每次重试延迟的乘数": "Multiplier for retry delay",
"启用": "Enable",
"时间": "Time",
"条件匹配": "Condition Matched",
"执行时间": "Execution Time",
"重试次数": "Retry Count",
"错误信息": "Error Message",
"是": "Yes",
"否": "No",
"共": "Total",
"项": "items"
}