Files
nanobot/nanobot/channels/feishu/webui/locales/es.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

74 lines
2.5 KiB
JSON

{
"description": "Usa nanobot en chats y grupos de Feishu.",
"requirements": "Credenciales de Feishu, suscripción a eventos y gateway",
"setup": {
"primaryAction": "Conectar Feishu",
"docsLabel": "Abrir guía de Feishu",
"officialLabel": "Abrir consola de Feishu",
"tryIt": "Envía un DM o menciona al asistente en un grupo.",
"summary": "La conexión crea o vincula una app de Feishu por QR y guarda sus credenciales.",
"steps": [
"Haz clic en Conectar y escanea el QR con Feishu o Lark.",
"Aprueba la conexión. nanobot guarda el App ID y el Secret automáticamente.",
"Envía un DM al bot o menciónalo en un grupo de Feishu."
],
"fields": {
"appId": {
"label": "App ID",
"placeholder": "cli_xxx"
},
"appSecret": {
"label": "App Secret",
"placeholder": "Déjalo vacío para conservar el secreto",
"help": "Pega uno nuevo solo al rotar credenciales."
},
"domain": {
"label": "Región",
"choices": {
"feishu": "Feishu",
"lark": "Lark"
}
},
"groupPolicy": {
"label": "Comportamiento en grupos",
"choices": {
"mention": "Solo menciones",
"open": "Todos los mensajes",
"allowlist": "Lista permitida"
}
},
"allowFrom": {
"label": "Usuarios permitidos",
"placeholder": "ID de usuario separados por comas"
},
"topicIsolation": {
"label": "Aislamiento por tema",
"choices": {
"true": "Una sesión separada por tema",
"false": "Una sesión compartida para el grupo"
}
}
}
},
"custom": {
"toggleAssistant": "Asistente {{name}}",
"configured": "Conectado",
"needsSetup": "Necesita autorización",
"noAppId": "Sin App ID",
"createAnother": "Crear otro asistente",
"createHint": "Crea un bot Feishu independiente para otro equipo o flujo.",
"createAssistant": "Crear asistente",
"reconnect": "Reconectar",
"countNone": "Ningún asistente conectado",
"countOne": "1 asistente conectado",
"countMany": "{{count}} asistentes conectados",
"qrAlt": "Código QR de conexión de Feishu",
"scanTitle": "Escanea con Feishu",
"scanDescription": "Escanea con Feishu o Lark en tu teléfono. nanobot completará la configuración tras la autorización.",
"waiting": "Esperando autorización...",
"connected": "Feishu está conectado.",
"stopped": "Conexión detenida.",
"connecting": "Conectando..."
}
}