@coremail/lunkr-openclaw 1.1.6 → 1.2.0

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.
@@ -4,6 +4,7 @@
4
4
  "account_not_authenticated": "Lunkr account not authenticated. Run: openclaw lunkr login",
5
5
  "account_not_found": "Account not found",
6
6
  "account_not_found_with_id": "Lunkr account not found: {{accountId}}",
7
+ "account_not_standard": "Account {{account}} has role {{role}}, bot-create requires standard or standard+agent role",
7
8
  "session_expired": "Lunkr session has expired. Please re-authenticate.",
8
9
  "session_expired_login": "Session expired. Please run: openclaw lunkr login",
9
10
  "session_not_configured": "Session not configured",
@@ -4,6 +4,7 @@
4
4
  "account_not_authenticated": "Lunkr 账号未认证,请运行:openclaw lunkr login",
5
5
  "account_not_found": "未找到账号",
6
6
  "account_not_found_with_id": "未找到 Lunkr 账号:{{accountId}}",
7
+ "account_not_standard": "账号 {{account}} 的角色是 {{role}},bot-create 需要 standard 或 standard+agent 角色",
7
8
  "session_expired": "Lunkr 会话已过期,请重新认证。",
8
9
  "session_expired_login": "会话已过期,需要重新登录...",
9
10
  "session_not_configured": "会话未配置",