@coremail/lunkr-openclaw 1.0.0 → 1.0.2

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.
@@ -0,0 +1,215 @@
1
+ {
2
+ "errors": {
3
+ "account_not_configured": "Lunkr account not configured",
4
+ "account_not_authenticated": "Lunkr account not authenticated. Run: openclaw lunkr login",
5
+ "account_not_found": "Account not found",
6
+ "account_not_found_with_id": "Lunkr account not found: {{accountId}}",
7
+ "session_expired": "Lunkr session has expired. Please re-authenticate.",
8
+ "session_expired_login": "Session expired. Please run: openclaw lunkr login",
9
+ "session_not_configured": "Session not configured",
10
+ "recipient_required": "Error: recipient (--to) is required",
11
+ "file_required": "Error: at least one file (--file) is required",
12
+ "keyword_required": "Error: keyword is required",
13
+ "name_required": "Error: name argument is required",
14
+ "email_required": "Error: Email is required",
15
+ "password_required": "Error: Password is required",
16
+ "discussion_name_required": "Discussion name is required",
17
+ "invalid_selection": "Invalid selection",
18
+ "file_id_required": "Error: --file-id is required",
19
+ "uid_required": "Error: --uid is required",
20
+ "file_not_found": "File not found: {{path}}",
21
+ "media_url_required": "Media URL is required"
22
+ },
23
+ "messages": {
24
+ "message_sent": "Message Sent",
25
+ "files_sent": "File(s) Sent",
26
+ "download_complete": "Download Complete",
27
+ "login_successful": "Login Successful",
28
+ "login_successful_token": "Login Successful (via API Token)",
29
+ "login_successful_qrcode": "Login Successful (via QR Code)",
30
+ "login_successful_password": "Login Successful",
31
+ "logged_out": "Logged out",
32
+ "logged_out_all": "Logged out from all accounts.",
33
+ "logged_out_with": "Logged out: {{account}}",
34
+ "session_data_removed": "Removed all Lunkr session data.",
35
+ "session_data_not_found": "No Lunkr session data found.",
36
+ "session_not_found_logged_out": "No Lunkr session found. Already logged out.",
37
+ "already_logged_in": "Already logged in.",
38
+ "force_relogin": "Force re-login requested.",
39
+ "config_preserved": "Config preserved: {{path}}",
40
+ "connecting": "Connecting to Lunkr...",
41
+ "connecting_websocket": "Connecting to Lunkr real-time messaging...",
42
+ "authenticating": "Authenticating...",
43
+ "authenticating_token": "Trying API token login...",
44
+ "authenticating_with_token": "Authenticating with API token...",
45
+ "authenticating_with_token_short": "Authenticating with API token...",
46
+ "getting_token": "Getting API token...",
47
+ "press_ctrlc": "Press Ctrl+C to stop.",
48
+ "scan_qrcode": "Please scan the QR code with Lunkr App:",
49
+ "multiple_matches": "Multiple matches found. Please select one:",
50
+ "enter_number": "Enter number (1-{{max}}):",
51
+ "sending_to": "Sending to: {{name}} ({{type}})",
52
+ "sending_files_to": "Sending {{count}} file(s) to: {{name}} ({{type}})",
53
+ "searching_contacts": "Searching contacts for \"{{keyword}}\"...",
54
+ "searching_groups": "Searching groups for \"{{keyword}}\"...",
55
+ "creating_group": "Creating discussion group \"{{name}}\"...",
56
+ "downloading_file": "Downloading file...",
57
+ "no_contacts_found": "No contacts found.",
58
+ "no_groups_found": "No groups found.",
59
+ "no_messages_found": "No messages found.",
60
+ "no_bot_discussions": "No bot discussions configured.",
61
+ "found_contacts": "Found {{count}} contact(s):",
62
+ "found_groups": "Found {{count}} group(s):",
63
+ "bot_discussion_configured": "Bot discussion configured: {{name}}",
64
+ "token_expired": "API token expired, need to re-scan QR code.",
65
+ "mode_temporary": "Temporary (no auto-relogin)",
66
+ "mode_persistent": "Persistent (auto-relogin enabled)",
67
+ "mode_temporary_desc": "Temporary (api_token will NOT be saved)",
68
+ "mode_persistent_desc": "Persistent (api_token will be saved)",
69
+ "config_saved_to": "Config saved to: {{path}}",
70
+ "deleted": "Deleted: {{path}}",
71
+ "file_not_found": "File not found",
72
+ "listing_messages_with": "Listing messages with {{name}}...",
73
+ "filter_by_sender": "Filter by sender: {{sender}} ({{count}} messages)",
74
+ "recent_messages": "Recent {{count}} messages:",
75
+ "attachments": "Attachments:",
76
+ "unnamed": "Unnamed",
77
+ "disconnecting": "Disconnecting...",
78
+ "message_required": "Error: Message content is required"
79
+ },
80
+ "labels": {
81
+ "to": "To",
82
+ "type": "Type",
83
+ "mid": "MID",
84
+ "email": "Email",
85
+ "uid": "UID",
86
+ "name": "Name",
87
+ "files": "Files",
88
+ "server": "Server",
89
+ "mode": "Mode",
90
+ "config": "Config",
91
+ "self_id": "Self ID",
92
+ "conversation": "Conversation",
93
+ "path": "Path",
94
+ "size": "Size",
95
+ "file": "File",
96
+ "desc": "Desc"
97
+ },
98
+ "otp": {
99
+ "required": "OTP Required",
100
+ "description": "Two-factor authentication is required.",
101
+ "check_code": "Please check your authenticator app or email for the code.",
102
+ "not_implemented": "Note: OTP support is not yet implemented in this CLI.",
103
+ "use_alternative": "Please use the web interface or lunkr-mcp tool for OTP login."
104
+ },
105
+ "uninstall": {
106
+ "uninstalling": "Uninstalling Lunkr extension...",
107
+ "step1": "Step 1: Removing from OpenClaw configuration...",
108
+ "step2": "Step 2: Purging session data...",
109
+ "step2_skip": "Step 2: Skipping session data (use --purge to remove)",
110
+ "removed_channel": "Removed lunkr channel from config",
111
+ "channel_not_found": "Lunkr channel not found in config (already removed)",
112
+ "update_config_failed": "Failed to update config:",
113
+ "removed_session": "Removed {{path}}",
114
+ "remove_session_failed": "Failed to remove session data:",
115
+ "no_session_data": "No session data found",
116
+ "session_location": "Session data location: {{path}}",
117
+ "done": "Lunkr extension has been uninstalled.",
118
+ "what_removed": "What was removed:",
119
+ "removed_channel_config": "Lunkr channel configuration from OpenClaw",
120
+ "removed_credentials": "Lunkr session credentials",
121
+ "reinstall": "To reinstall:",
122
+ "reinstall_step1": "Run: openclaw lunkr login",
123
+ "reinstall_step2": "Enable the channel in ~/.openclaw/config.json",
124
+ "reinstall_step3": "Run: openclaw lunkr create <name>"
125
+ },
126
+ "tools": {
127
+ "already_installed": "Tool '{{name}}' is already installed.",
128
+ "not_installed": "Tool '{{name}}' is not installed.",
129
+ "install_success": "Tool '{{name}}' installed successfully.",
130
+ "uninstall_success": "Tool '{{name}}' uninstalled successfully.",
131
+ "restart_session": "Restart active sessions to apply changes."
132
+ },
133
+ "skills": {
134
+ "already_installed": "Skill '{{name}}' is already installed.",
135
+ "not_installed": "Skill '{{name}}' is not installed.",
136
+ "install_success": "Skill '{{name}}' installed successfully.",
137
+ "uninstall_success": "Skill '{{name}}' uninstalled successfully.",
138
+ "directory": "Skills directory: {{path}}",
139
+ "restart_session": "Restart active sessions to apply changes."
140
+ },
141
+ "status": {
142
+ "not_logged_in": "Status: Not logged in",
143
+ "session_not_configured_fix": "Lunkr session not configured. Run: openclaw lunkr login",
144
+ "session_expired_fix": "Lunkr session has expired. Please re-authenticate.",
145
+ "run_login": "Run `openclaw lunkr login` to authenticate",
146
+ "run_login_refresh": "Run `openclaw lunkr login` to refresh your session",
147
+ "channel_error": "Channel error: {{error}}",
148
+ "login_hint": "Run \"openclaw lunkr login\" to authenticate."
149
+ },
150
+ "api": {
151
+ "send_failed": "Failed to send message: {{code}}",
152
+ "send_post_failed": "Failed to send post: {{code}}",
153
+ "send_media_failed": "Failed to send media: {{code}}",
154
+ "send_reply_failed": "Failed to send Lunkr reply: {{code}} - {{msg}}",
155
+ "delete_group_failed": "Failed to delete group: {{code}} - {{msg}}",
156
+ "no_account": "No Lunkr account configured. Run: lunkr-cli login",
157
+ "socket_connect_failed": "Failed to connect Lunkr Socket.IO for account {{accountId}}",
158
+ "welcome_failed": "Failed to send welcome message: {{code}}",
159
+ "account_not_configured": "Lunkr account not configured",
160
+ "search_failed": "Search failed: {{error}}",
161
+ "upload_prepare_failed": "Failed to prepare upload: {{code}}",
162
+ "upload_no_attachment_id": "Prepare upload did not return attachmentId",
163
+ "upload_invalid_response": "Invalid response from upload: {{data}}",
164
+ "upload_data_failed": "Failed to upload data: {{code}}",
165
+ "upload_move_failed": "Failed to move file: {{code}}",
166
+ "upload_no_file_id": "Move file did not return fileId"
167
+ },
168
+ "login": {
169
+ "token_login_failed": "API token login failed: {{error}}",
170
+ "token_login_no_session": "API token login succeeded but no session returned",
171
+ "qrcode_login_failed": "QR code login failed: {{error}}",
172
+ "qrcode_login_no_token": "QR code login succeeded but no API token or email returned",
173
+ "login_failed": "Login failed: {{error}}",
174
+ "login_success_no_session": "Login succeeded but no session returned",
175
+ "token_expired_need_rescan": "API token expired, need to re-scan QR code.",
176
+ "token_login_error": "Token login error: {{error}}",
177
+ "token_login_failed_short": "API token login failed: {{error}}",
178
+ "qrcode_login_failed_short": "QR code login failed: {{error}}",
179
+ "password_login_intro": "Lunkr Login (Password)",
180
+ "qrcode_login_intro": "Lunkr Login (QR Code)",
181
+ "logout_intro": "Lunkr Logout"
182
+ },
183
+ "create": {
184
+ "welcome_title": "Bot discussion created successfully!",
185
+ "discussion_name": "Discussion Name",
186
+ "discussion_id": "Discussion ID",
187
+ "linked_agent": "Linked Agent",
188
+ "instructions": "Instructions",
189
+ "instruction_1": "Any message sent in this discussion will trigger the Bot",
190
+ "instruction_2": "No /bot prefix needed",
191
+ "instruction_3": "Use /session <agentId> to change the linked Agent",
192
+ "ready_to_chat": "You can now start chatting with the Bot!",
193
+ "reusing_discussion": "Reusing existing discussion: {{name}}",
194
+ "creating_discussion": "Creating new discussion: {{name}}...",
195
+ "discussion_created": "Discussion created, GID: {{gid}}",
196
+ "discussion_exists": "Discussion \"{{name}}\" already exists, please use a different name.",
197
+ "welcome_sent": "Welcome message sent",
198
+ "welcome_failed": "Failed to send welcome message: {{error}}",
199
+ "can_chat_now": "You can now chat with the Bot in this discussion.",
200
+ "change_agent_hint": "Use /session <agentId> to change the linked agent.",
201
+ "config_auto_reload": "Config saved, changes will auto-reload."
202
+ },
203
+ "bot_delete": {
204
+ "name_or_gid_required": "Error: --name or --gid parameter is required",
205
+ "not_found": "Specified Bot discussion not found.",
206
+ "deleting_from_server": "Deleting discussion from server: {{name}}...",
207
+ "deleted_from_server": "Discussion deleted from server.",
208
+ "delete_from_server_failed": "Failed to delete from server: {{error}}",
209
+ "continue_removing_from_config": "Continuing to remove from config...",
210
+ "removed_from_config": "Bot discussion removed from config: {{name}}"
211
+ },
212
+ "bot_list": {
213
+ "title": "Bot Discussions ({{count}}):"
214
+ }
215
+ }
@@ -0,0 +1,217 @@
1
+ {
2
+ "errors": {
3
+ "account_not_configured": "Lunkr 账号未配置",
4
+ "account_not_authenticated": "Lunkr 账号未认证,请运行:openclaw lunkr login",
5
+ "account_not_found": "未找到账号",
6
+ "account_not_found_with_id": "未找到 Lunkr 账号:{{accountId}}",
7
+ "session_expired": "Lunkr 会话已过期,请重新认证。",
8
+ "session_expired_login": "会话已过期,需要重新登录...",
9
+ "session_not_configured": "会话未配置",
10
+ "recipient_required": "错误:请指定收件人 (--to)",
11
+ "file_required": "错误:至少需要一个文件 (--file)",
12
+ "keyword_required": "错误:请提供关键词",
13
+ "name_required": "错误:需要 name 参数",
14
+ "email_required": "错误:请输入邮箱",
15
+ "password_required": "错误:请输入密码",
16
+ "discussion_name_required": "讨论名称是必填项",
17
+ "invalid_selection": "选择无效",
18
+ "file_id_required": "错误:缺少 --file-id 参数",
19
+ "uid_required": "错误:缺少 --uid 参数",
20
+ "file_not_found": "文件未找到:{{path}}",
21
+ "media_url_required": "媒体 URL 是必需的"
22
+ },
23
+ "messages": {
24
+ "message_sent": "消息已发送",
25
+ "files_sent": "文件已发送",
26
+ "download_complete": "下载完成",
27
+ "login_successful": "登录成功",
28
+ "login_successful_token": "登录成功(通过 API 令牌)",
29
+ "login_successful_qrcode": "登录成功(通过二维码)",
30
+ "login_successful_password": "登录成功",
31
+ "logged_out": "已登出",
32
+ "logged_out_all": "已登出所有账号。",
33
+ "logged_out_with": "已登出:{{account}}",
34
+ "session_data_removed": "已删除所有 Lunkr 会话数据。",
35
+ "session_data_not_found": "未找到 Lunkr 会话数据。",
36
+ "session_not_found_logged_out": "未找到 Lunkr 会话,已登出。",
37
+ "already_logged_in": "已登录。",
38
+ "force_relogin": "强制重新登录。",
39
+ "config_preserved": "配置已保留:{{path}}",
40
+ "connecting": "正在连接 Lunkr...",
41
+ "connecting_websocket": "正在连接 Lunkr 实时消息服务...",
42
+ "authenticating": "正在认证...",
43
+ "authenticating_token": "正在尝试 API 令牌登录...",
44
+ "authenticating_with_token": "正在使用 API 令牌认证...",
45
+ "authenticating_with_token_short": "正在使用 API 令牌认证...",
46
+ "getting_token": "正在获取 API 令牌...",
47
+ "press_ctrlc": "按 Ctrl+C 停止。",
48
+ "scan_qrcode": "请使用 Lunkr App 扫描二维码:",
49
+ "multiple_matches": "找到多个匹配项,请选择一个:",
50
+ "enter_number": "输入编号 (1-{{max}}):",
51
+ "sending_to": "发送至:{{name}} ({{type}})",
52
+ "sending_files_to": "发送 {{count}} 个文件至:{{name}} ({{type}})",
53
+ "searching_contacts": "正在搜索联系人 \"{{keyword}}\"...",
54
+ "searching_groups": "正在搜索讨论组 \"{{keyword}}\"...",
55
+ "creating_group": "正在创建讨论组 \"{{name}}\"...",
56
+ "downloading_file": "正在下载文件...",
57
+ "no_contacts_found": "未找到联系人。",
58
+ "no_groups_found": "未找到讨论组。",
59
+ "no_messages_found": "未找到消息。",
60
+ "no_bot_discussions": "未配置 Bot 讨论。",
61
+ "found_contacts": "找到 {{count}} 个联系人:",
62
+ "found_groups": "找到 {{count}} 个讨论组:",
63
+ "bot_discussion_configured": "Bot 讨论已配置:{{name}}",
64
+ "token_expired": "API 令牌已过期,需要重新扫描二维码。",
65
+ "mode_temporary": "临时(无自动重新登录)",
66
+ "mode_persistent": "持久(启用自动重新登录)",
67
+ "mode_temporary_desc": "临时(api_token 不会被保存)",
68
+ "mode_persistent_desc": "持久(api_token 将被保存)",
69
+ "config_saved_to": "配置保存至:{{path}}",
70
+ "deleted": "已删除:{{path}}",
71
+ "file_not_found": "文件未找到",
72
+ "listing_messages_with": "正在列出与 {{name}} 的消息...",
73
+ "filter_by_sender": "按发送者筛选:{{sender}} ({{count}} 条消息)",
74
+ "recent_messages": "最近 {{count}} 条消息:",
75
+ "attachments": "附件:",
76
+ "unnamed": "未命名",
77
+ "disconnecting": "正在断开连接...",
78
+ "message_required": "错误:请输入消息内容"
79
+ },
80
+ "labels": {
81
+ "to": "收件人",
82
+ "type": "类型",
83
+ "mid": "MID",
84
+ "email": "邮箱",
85
+ "uid": "UID",
86
+ "name": "名称",
87
+ "files": "文件数",
88
+ "server": "服务器",
89
+ "mode": "模式",
90
+ "config": "配置",
91
+ "self_id": "Self ID",
92
+ "conversation": "对话",
93
+ "path": "路径",
94
+ "size": "大小",
95
+ "file": "文件",
96
+ "desc": "描述"
97
+ },
98
+ "otp": {
99
+ "required": "需要 OTP 验证",
100
+ "description": "需要双因素认证。",
101
+ "check_code": "请检查您的认证应用或邮箱以获取验证码。",
102
+ "not_implemented": "注意:此 CLI 尚未实现 OTP 支持。",
103
+ "use_alternative": "请使用 Web 界面或 lunkr-mcp 工具进行 OTP 登录。"
104
+ },
105
+ "uninstall": {
106
+ "uninstalling": "正在卸载 Lunkr 扩展...",
107
+ "step1": "步骤 1:从 OpenClaw 配置中移除...",
108
+ "step2": "步骤 2:清除会话数据...",
109
+ "step2_skip": "步骤 2:跳过会话数据(使用 --purge 删除)",
110
+ "removed_channel": "已从配置中移除 lunkr 频道",
111
+ "channel_not_found": "配置中未找到 lunkr 频道(已移除)",
112
+ "update_config_failed": "更新配置失败:",
113
+ "removed_session": "已删除 {{path}}",
114
+ "remove_session_failed": "删除会话数据失败:",
115
+ "no_session_data": "未找到会话数据",
116
+ "session_location": "会话数据位置:{{path}}",
117
+ "done": "Lunkr 扩展已卸载。",
118
+ "what_removed": "已删除内容:",
119
+ "removed_channel_config": "OpenClaw 中的 Lunkr 频道配置",
120
+ "removed_credentials": "Lunkr 会话凭证",
121
+ "reinstall": "重新安装:",
122
+ "reinstall_step1": "运行: openclaw lunkr login",
123
+ "reinstall_step2": "在 ~/.openclaw/config.json 中启用频道",
124
+ "reinstall_step3": "运行: openclaw lunkr create <名称>"
125
+ },
126
+ "tools": {
127
+ "already_installed": "工具 '{{name}}' 已安装。",
128
+ "not_installed": "工具 '{{name}}' 未安装。",
129
+ "install_success": "工具 '{{name}}' 安装成功。",
130
+ "uninstall_success": "工具 '{{name}}' 卸载成功。",
131
+ "restart_session": "重启活动会话以应用更改。"
132
+ },
133
+ "skills": {
134
+ "already_installed": "技能 '{{name}}' 已安装。",
135
+ "not_installed": "技能 '{{name}}' 未安装。",
136
+ "install_success": "技能 '{{name}}' 安装成功。",
137
+ "uninstall_success": "技能 '{{name}}' 卸载成功。",
138
+ "directory": "技能目录:{{path}}",
139
+ "restart_session": "重启活动会话以应用更改。"
140
+ },
141
+ "status": {
142
+ "not_logged_in": "状态:未登录",
143
+ "session_not_configured_fix": "Lunkr 会话未配置。请运行:openclaw lunkr login",
144
+ "session_expired_fix": "Lunkr 会话已过期,请重新认证。",
145
+ "run_login": "运行 `openclaw lunkr login` 进行认证",
146
+ "run_login_refresh": "运行 `openclaw lunkr login` 刷新会话",
147
+ "channel_error": "频道错误:{{error}}",
148
+ "login_hint": "运行 \"openclaw lunkr login\" 进行认证。"
149
+ },
150
+ "api": {
151
+ "send_failed": "发送消息失败:{{code}}",
152
+ "send_post_failed": "发送帖子失败:{{code}}",
153
+ "send_media_failed": "发送媒体失败:{{code}}",
154
+ "send_reply_failed": "发送 Lunkr 回复失败:{{code}} - {{msg}}",
155
+ "delete_group_failed": "删除讨论组失败:{{code}} - {{msg}}",
156
+ "no_account": "未配置 Lunkr 账号,请运行:lunkr-cli login",
157
+ "socket_connect_failed": "连接 Lunkr Socket.IO 失败,账号:{{accountId}}",
158
+ "welcome_failed": "发送欢迎消息失败:{{code}}",
159
+ "account_not_configured": "Lunkr 账号未配置",
160
+ "search_failed": "搜索失败:{{error}}",
161
+ "upload_prepare_failed": "准备上传失败:{{code}}",
162
+ "upload_no_attachment_id": "准备上传未返回 attachmentId",
163
+ "upload_invalid_response": "上传返回无效响应:{{data}}",
164
+ "upload_data_failed": "上传数据失败:{{code}}",
165
+ "upload_move_failed": "移动文件失败:{{code}}",
166
+ "upload_no_file_id": "移动文件未返回 fileId",
167
+ "download_failed": "下载失败:{{error}}",
168
+ "filename_required": "文件名是必需的,请从消息附件元数据获取文件名"
169
+ },
170
+ "login": {
171
+ "token_login_failed": "API 令牌登录失败:{{error}}",
172
+ "token_login_no_session": "API 令牌登录成功但未返回会话",
173
+ "qrcode_login_failed": "二维码登录失败:{{error}}",
174
+ "qrcode_login_no_token": "二维码登录成功但未返回 API 令牌或邮箱",
175
+ "login_failed": "登录失败:{{error}}",
176
+ "login_success_no_session": "登录成功但未返回会话",
177
+ "token_expired_need_rescan": "API 令牌已过期,需要重新扫描二维码。",
178
+ "token_login_error": "令牌登录错误:{{error}}",
179
+ "token_login_failed_short": "API 令牌登录失败:{{error}}",
180
+ "qrcode_login_failed_short": "二维码登录失败:{{error}}",
181
+ "password_login_intro": "Lunkr 登录(密码)",
182
+ "qrcode_login_intro": "Lunkr 登录(二维码)",
183
+ "logout_intro": "Lunkr 登出"
184
+ },
185
+ "create": {
186
+ "welcome_title": "Bot 讨论已创建成功!",
187
+ "discussion_name": "讨论名称",
188
+ "discussion_id": "讨论 ID",
189
+ "linked_agent": "关联 Agent",
190
+ "instructions": "使用说明",
191
+ "instruction_1": "在此讨论中发送的任何消息都会触发 Bot",
192
+ "instruction_2": "无需使用 /bot 前缀",
193
+ "instruction_3": "使用 /session <agentId> 可更换关联的 Agent",
194
+ "ready_to_chat": "现在您可以开始与 Bot 对话了!",
195
+ "reusing_discussion": "复用现有讨论:{{name}}",
196
+ "creating_discussion": "正在创建新讨论:{{name}}...",
197
+ "discussion_created": "讨论已创建,GID: {{gid}}",
198
+ "discussion_exists": "讨论 \"{{name}}\" 已存在,请使用不同的名称。",
199
+ "welcome_sent": "欢迎消息已发送",
200
+ "welcome_failed": "发送欢迎消息失败:{{error}}",
201
+ "can_chat_now": "您现在可以在此讨论组中与 Bot 对话。",
202
+ "change_agent_hint": "使用 /session <agentId> 更改关联的 agent。",
203
+ "config_auto_reload": "配置已保存,更改将自动重新加载。"
204
+ },
205
+ "bot_delete": {
206
+ "name_or_gid_required": "错误:需要 --name 或 --gid 参数",
207
+ "not_found": "未找到指定的 Bot 讨论。",
208
+ "deleting_from_server": "正在从服务器删除讨论组:{{name}}...",
209
+ "deleted_from_server": "讨论组已从服务器删除。",
210
+ "delete_from_server_failed": "从服务器删除失败:{{error}}",
211
+ "continue_removing_from_config": "继续从配置中移除...",
212
+ "removed_from_config": "Bot 讨论已从配置中移除:{{name}}"
213
+ },
214
+ "bot_list": {
215
+ "title": "Bot 讨论 ({{count}}):"
216
+ }
217
+ }