Files
nanobot/nanobot/channels/telegram/webui/locales/zh-TW.json
T
chengyongruandGitHub 462a0dfb0f refactor(channels): make built-in channels self-contained (#4908)
* refactor(channels): own setup and instance contracts

* refactor(channels): isolate management contracts

* refactor(channels): normalize activation contracts

* fix(channels): enforce management contracts

* refactor(channels): finish setup ownership migration

* fix(channels): harden management contracts

* fix(channels): enforce lazy loading and runtime ownership

* fix(feishu): make multi-instance startup idempotent

* fix(webui): render channel setup contracts cleanly

* fix(feishu): stop websocket clients cleanly

* fix(channels): enforce persistence and activation gates

* fix(channels): preserve global feature action scope

* fix(channels): apply defaults for single plugins

* fix(channels): enforce management contract boundaries

* refactor(feishu): remove identity helper indirection

* fix(channels): preserve management setup contracts

* refactor(channels): generalize instance settings UI

* refactor(channels): package channel plugins with web UI metadata

* refactor(channels): make built-ins self-contained packages

* test(channels): colocate tests with channel packages

* fix(dingtalk): use official brand icon

* feat(channels): colocate webui translations

* docs(channels): clarify plugin ownership

* test(exec): remove output wait race

* refactor(channels): unify plugin descriptors

* fix(channels): enforce descriptor-owned contracts

* refactor(channels): finish package-owned plugin setup

* refactor(channels): use repository-owned packages only

* fix(channels): self-describe dependencies and runtime state

* fix(channels): warn about legacy entry points
2026-07-19 23:30:49 +08:00

36 lines
1.2 KiB
JSON

{
"description": "透過 Telegram 對話與 nanobot 聊天。",
"requirements": "機器人權杖、允許的使用者和閘道",
"setup": {
"docsLabel": "開啟 Telegram 設定指南",
"officialLabel": "開啟 BotFather",
"tryIt": "向 Telegram 機器人傳送 /start 或一則簡短私訊。",
"summary": "啟用只會開啟 Telegram 支援;收發訊息前仍需填入 BotFather 權杖。",
"steps": [
"使用 BotFather 建立機器人並複製權杖。",
"填入權杖並選擇哪些使用者可以向機器人傳送訊息。",
"儲存並啟用 Telegram,然後傳送私訊或在群組中提及機器人。"
],
"fields": {
"token": {
"label": "機器人權杖",
"placeholder": "123456:ABC...",
"help": "使用 BotFather 建立。"
},
"allowFrom": {
"label": "允許的使用者",
"placeholder": "* 或 Telegram 使用者 ID",
"help": "留空則使用配對碼。"
},
"groupPolicy": {
"label": "群組行為",
"choices": {
"mention": "僅提及時",
"open": "所有訊息",
"allowlist": "允許清單"
}
}
}
}
}