qwen_agent/skills/common/schedule-job/language.json
2026-06-23 18:35:23 +08:00

15 lines
685 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ja": {
"description": "スケジュールタスク管理 - ユーザー向けにスケジュールタスクを作成・管理・一覧表示しますcron による定期実行タスクと一回限りのタスクに対応)。",
"category": "タスクスケジュール"
},
"zh": {
"description": "定时任务管理 —— 为用户创建、管理、查看定时任务(支持 cron 周期任务和一次性任务)。",
"category": "任务调度"
},
"en": {
"description": "Scheduled Task Management - Create, manage, and view scheduled tasks for users (supports cron recurring tasks and one-time tasks)",
"category": "Task Scheduling"
}
}