@autopilot-harness/i18n 0.2.13 → 0.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/locales/en.json CHANGED
@@ -4,12 +4,12 @@
4
4
  "help": "Autopilot Harness — Planning → Executing agent harness"
5
5
  },
6
6
  "triggers": {
7
- "on": ["Autopilot ON", "Enable autopilot"],
8
- "run": ["Autopilot RUN", "Start execution"],
9
- "off": ["Autopilot OFF", "Disable autopilot"],
10
- "resume": ["Autopilot RESUME"],
11
- "replan": ["Autopilot REPLAN"],
12
- "resume_review": ["Resume review"]
7
+ "on": ["Autopilot ON", "Enable autopilot", "开启自动驾驶"],
8
+ "run": ["Autopilot RUN", "Start execution", "开始执行"],
9
+ "off": ["Autopilot OFF", "Disable autopilot", "关闭自动驾驶"],
10
+ "resume": ["Autopilot RESUME", "继续执行"],
11
+ "replan": ["Autopilot REPLAN", "修改方案"],
12
+ "resume_review": ["Resume review", "继续自审"]
13
13
  },
14
14
  "skill": {
15
15
  "autopilot_on": {
@@ -4,12 +4,12 @@
4
4
  "help": "Autopilot Harness — 两阶段 Agent 外骨骼:规划 → 执行"
5
5
  },
6
6
  "triggers": {
7
- "on": ["Autopilot ON", "开启自动驾驶"],
8
- "run": ["Autopilot RUN", "开始执行"],
9
- "off": ["Autopilot OFF", "关闭自动驾驶"],
7
+ "on": ["Autopilot ON", "Enable autopilot", "开启自动驾驶"],
8
+ "run": ["Autopilot RUN", "Start execution", "开始执行"],
9
+ "off": ["Autopilot OFF", "Disable autopilot", "关闭自动驾驶"],
10
10
  "resume": ["Autopilot RESUME", "继续执行"],
11
11
  "replan": ["Autopilot REPLAN", "修改方案"],
12
- "resume_review": ["继续自审", "Resume review"]
12
+ "resume_review": ["Resume review", "继续自审"]
13
13
  },
14
14
  "skill": {
15
15
  "autopilot_on": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autopilot-harness/i18n",
3
- "version": "0.2.13",
3
+ "version": "0.2.15",
4
4
  "description": "Autopilot harness i18n locale strings (en, zh-CN)",
5
5
  "license": "MIT",
6
6
  "repository": {