mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-11 18:10:41 +08:00
i18n: - Add 9 new locale files (ja/ko/de/es/fr/pt/ru/vi/zh-TW) - Add multilingual README files for all 11 languages - Add locale helper, index, and modular translation system - Add translation generation scripts Website (docs/index.html): - Replace 公益AI接口 branding with 晴辰云AI接口 - Remove OpenClaw 独立安装包 promotion block - Update SEO meta tags (description, keywords, OG, Twitter, JSON-LD) - Add 11-language README links to footer - Update 元宝派 link to new URL Bug fixes: - fix(cron): delivery format mode:'push' → mode:'announce', remove invalid 'to' field (fixes #141) - fix(cron): allow single-channel users to select delivery channel - fix(cron): preserve delivery field in job state for editing - fix(models): add 'ollama' as recognized API type, prevent overwriting native ollama config (fixes #140) - fix(models): skip /v1 append for ollama native API baseUrl - fix(assistant): normalize 'google-generative-ai' consistently, add ollama hints - fix(version): use CLI path classification for source detection on Windows (fixes #139) - fix(version): default to 'official' instead of 'chinese' when source unknown - fix(version): reorder npm global package check based on active CLI
65 lines
2.3 KiB
JSON
65 lines
2.3 KiB
JSON
{
|
||
"title": "スケジュールタスク",
|
||
"desc": "OpenClaw の定期タスクを管理",
|
||
"addTask": "+ タスク追加",
|
||
"noTasks": "タスクなし",
|
||
"taskName": "タスク名",
|
||
"schedule": "スケジュール",
|
||
"lastRun": "最終実行",
|
||
"nextRun": "次回実行",
|
||
"status": "ステータス",
|
||
"active": "アクティブ",
|
||
"inactive": "非アクティブ",
|
||
"actions": "操作",
|
||
"edit": "編集",
|
||
"delete": "削除",
|
||
"enable": "有効化",
|
||
"disable": "無効化",
|
||
"runNow": "今すぐ実行",
|
||
"running": "実行中...",
|
||
"addTitle": "タスク追加",
|
||
"editTitle": "タスク編集",
|
||
"namePlaceholder": "例: 毎日のレポート",
|
||
"cronExpression": "Cron 式",
|
||
"cronPlaceholder": "例: 0 9 * * *(毎日9時)",
|
||
"cronHelp": "Cron 式のヘルプ",
|
||
"command": "コマンド",
|
||
"commandPlaceholder": "実行するコマンドまたはメッセージ",
|
||
"targetAgent": "対象 Agent",
|
||
"allAgents": "すべての Agent",
|
||
"nameRequired": "タスク名を入力してください",
|
||
"cronRequired": "Cron 式を入力してください",
|
||
"commandRequired": "コマンドを入力してください",
|
||
"created": "タスク作成済み",
|
||
"createFailed": "タスク作成失敗",
|
||
"updated": "タスク更新済み",
|
||
"updateFailed": "タスク更新失敗",
|
||
"confirmDelete": "タスク「{name}」を削除しますか?",
|
||
"deleted": "タスク削除済み",
|
||
"deleteFailed": "タスク削除失敗",
|
||
"enabled": "タスク有効化済み",
|
||
"disabled": "タスク無効化済み",
|
||
"toggleFailed": "状態切替失敗",
|
||
"runSent": "実行コマンド送信済み",
|
||
"runFailed": "実行失敗",
|
||
"loadFailed": "タスクの読み込みに失敗",
|
||
"cronPreview": "次回の {count} 回の実行",
|
||
"everyMinute": "毎分",
|
||
"everyHour": "毎時",
|
||
"everyDay": "毎日",
|
||
"everyWeek": "毎週",
|
||
"everyMonth": "毎月",
|
||
"custom": "カスタム",
|
||
"quickSchedule": "クイックスケジュール",
|
||
"timezone": "タイムゾーン",
|
||
"description": "説明",
|
||
"descPlaceholder": "タスクの説明(任意)",
|
||
"maxRetries": "最大リトライ回数",
|
||
"timeout": "タイムアウト(秒)",
|
||
"history": "実行履歴",
|
||
"noHistory": "実行履歴なし",
|
||
"success": "成功",
|
||
"failed": "失敗",
|
||
"duration": "所要時間",
|
||
"output": "出力"
|
||
} |