@coremail/lunkr-openclaw 1.0.3 → 1.0.5
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/README.md +13 -2
- package/bin/lunkr-cli.js +4 -7
- package/i18n/locales/en-US.json +9 -5
- package/i18n/locales/zh-CN.json +9 -5
- package/index.js +15 -18
- package/package.json +1 -1
- package/skills/lunkr/SKILL.md +33 -1
package/i18n/locales/en-US.json
CHANGED
|
@@ -203,11 +203,15 @@
|
|
|
203
203
|
"bot_delete": {
|
|
204
204
|
"name_or_gid_required": "Error: --name or --gid parameter is required",
|
|
205
205
|
"not_found": "Specified Bot discussion not found.",
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"
|
|
206
|
+
"found": "Found Bot discussion: {{name}} ({{gid}})",
|
|
207
|
+
"confirm": "Delete this Bot discussion? (y/N)",
|
|
208
|
+
"cancelled": "Cancelled.",
|
|
209
|
+
"dissolve_prompt": "Also dissolve the discussion group on Lunkr? If not, you can re-link it with bot-create later. (y/N)",
|
|
210
|
+
"deleting_from_server": "Dissolving discussion group on server: {{name}}...",
|
|
211
|
+
"deleted_from_server": "Discussion group dissolved on server.",
|
|
212
|
+
"delete_from_server_failed": "Failed to dissolve on server: {{error}}",
|
|
213
|
+
"removed_from_config": "Bot discussion removed from config: {{name}}",
|
|
214
|
+
"reuse_hint": "Discussion group is kept on Lunkr. Use openclaw lunkr bot-create to re-link it."
|
|
211
215
|
},
|
|
212
216
|
"bot_list": {
|
|
213
217
|
"title": "Bot Discussions ({{count}}):"
|
package/i18n/locales/zh-CN.json
CHANGED
|
@@ -205,11 +205,15 @@
|
|
|
205
205
|
"bot_delete": {
|
|
206
206
|
"name_or_gid_required": "错误:需要 --name 或 --gid 参数",
|
|
207
207
|
"not_found": "未找到指定的 Bot 讨论。",
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
"
|
|
208
|
+
"found": "找到 Bot 讨论:{{name}} ({{gid}})",
|
|
209
|
+
"confirm": "确认删除此 Bot 讨论?(y/N)",
|
|
210
|
+
"cancelled": "已取消。",
|
|
211
|
+
"dissolve_prompt": "是否同时解散论客上的讨论组?不解散可以用 bot-create 重新关联。(y/N)",
|
|
212
|
+
"deleting_from_server": "正在从服务器解散讨论组:{{name}}...",
|
|
213
|
+
"deleted_from_server": "讨论组已从服务器解散。",
|
|
214
|
+
"delete_from_server_failed": "从服务器解散失败:{{error}}",
|
|
215
|
+
"removed_from_config": "Bot 讨论已从配置中移除:{{name}}",
|
|
216
|
+
"reuse_hint": "讨论组仍保留在论客上,可用 openclaw lunkr bot-create 重新关联。"
|
|
213
217
|
},
|
|
214
218
|
"bot_list": {
|
|
215
219
|
"title": "Bot 讨论 ({{count}}):"
|