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
This commit is contained in:
@@ -513,13 +513,51 @@
|
||||
"needsConfig": "Cần cấu hình",
|
||||
"connect": "Kết nối",
|
||||
"reconnect": "Kết nối lại",
|
||||
"feishuQrAlt": "Mã QR kết nối Feishu",
|
||||
"feishuScanTitle": "Quét bằng Feishu",
|
||||
"feishuScanDescription": "Dùng Feishu hoặc Lark trên điện thoại để quét mã này. nanobot sẽ tự hoàn tất cấu hình sau khi cấp quyền.",
|
||||
"feishuWaiting": "Đang chờ cấp quyền...",
|
||||
"feishuConnected": "Feishu đã kết nối.",
|
||||
"feishuConnectStopped": "Kết nối đã dừng.",
|
||||
"feishuConnecting": "Đang kết nối..."
|
||||
"advanced": "Nâng cao",
|
||||
"checkAndEnable": "Kiểm tra và bật",
|
||||
"checkConnection": "Kiểm tra kết nối",
|
||||
"checkedAndEnabled": "Đã kiểm tra và bật.",
|
||||
"checking": "Đang kiểm tra...",
|
||||
"checkOnly": "Chỉ kiểm tra",
|
||||
"commandCopied": "Đã sao chép lệnh.",
|
||||
"commandCopyFailed": "Không thể sao chép lệnh.",
|
||||
"configuredInstances": "Đã cấu hình {{count}} phiên bản",
|
||||
"connectPreview": "Bước tiếp theo là kết nối trong trình duyệt. Hiện tại, hãy chạy lệnh bên dưới.",
|
||||
"copyCommand": "Sao chép lệnh",
|
||||
"filterAll": "Tất cả",
|
||||
"filterOff": "Tắt",
|
||||
"filterOn": "Bật",
|
||||
"helperCopied": "Đã sao chép {{name}}.",
|
||||
"helperCopyFailed": "Không thể sao chép {{name}}.",
|
||||
"hideSecret": "Ẩn khóa bí mật",
|
||||
"instanceConfigured": "Đã cấu hình",
|
||||
"instanceNeedsSetup": "Cần thiết lập",
|
||||
"runtimeFailed": "Khởi động thất bại",
|
||||
"runtimeStarting": "Đang khởi động",
|
||||
"runtimeStopped": "Không chạy",
|
||||
"managedByWebui": "Do WebUI quản lý",
|
||||
"officialGuide": "Hướng dẫn chính thức",
|
||||
"optional": "Tùy chọn",
|
||||
"providerPreset": "Nhà cung cấp",
|
||||
"requiredSetup": "Thiết lập bắt buộc",
|
||||
"savedSecret": "Đã lưu",
|
||||
"savedSecretPlaceholder": "Khóa bí mật đã lưu",
|
||||
"savedSettings": "Đã lưu cài đặt.",
|
||||
"saveSettings": "Lưu cài đặt",
|
||||
"selectChannel": "Xem cài đặt {{name}}",
|
||||
"setupSteps": "Các bước tiếp theo",
|
||||
"showSecret": "Hiện khóa bí mật",
|
||||
"toggleChannel": "Kênh {{name}}",
|
||||
"toggleInstance": "Phiên bản {{name}}",
|
||||
"tryIt": "Dùng thử",
|
||||
"validationFailed": "Hãy kiểm tra thiết lập bắt buộc trước khi bật.",
|
||||
"validation": {
|
||||
"connected": "Đã kết nối",
|
||||
"configured": "Đã cấu hình thủ công",
|
||||
"needs_setup": "Cần thiết lập",
|
||||
"invalid": "Không hợp lệ",
|
||||
"unsupported": "Thiết lập thủ công"
|
||||
}
|
||||
},
|
||||
"nanobotFeatures": {
|
||||
"enabled": "Đã bật",
|
||||
|
||||
Reference in New Issue
Block a user