lobehub/locales/es-ES/ui.json
Rdmclin2 965fc929e1
feat: add unified messaging tool for cross-platform communication (#13296)
*  feat: add cross-platform message tool for AI bot channel operations

Implement a unified message tool (`lobe-message`) that provides AI with
messaging capabilities across Discord, Telegram, Slack, Google Chat,
and IRC through a single interface with platform-specific extensions.

Core APIs: sendMessage, readMessages, editMessage, deleteMessage,
searchMessages, reactToMessage, getReactions, pin/unpin management,
channel/member info, thread operations, and polls.

Architecture follows the established builtin-tool pattern:
- Package: @lobechat/builtin-tool-message (manifest, types, executor,
  ExecutionRuntime, client components)
- Registry: registered in builtin-tools (renders, inspectors,
  interventions, streamings)
- Server runtime: stub service ready for platform adapter integration

https://claude.ai/code/session_011sHc6R7V4cSYKere9RY1QM

* feat: implement platform specific message service

* chore: add wechat platform

* chore: update wechat api service

* chore: update protocol implementation

* chore: optimize  platform api test

* fix: lark domain error

* feat: support bot message cli

* chore: refactor adapter to service

* chore: optimize bot status fetch

* fix: bot status

* fix: channel nav ignore

* feat: message tool support bot manage

* feat: add lobe-message runtime

* feat: support direct message

* feat: add history limit

* chore: update const limit

* feat: optimize  server id message history limit

* chore: optimize system role & inject platform environment info

* chore: update  readMessages vibe

* fix: form body width 50%

* chore: optimize tool prompt

* chore: update i18n files

* chore: optimize read message system role and update bot message lh

* updage readMessage api rate limit

* chore: comatible for readMessages

* fix: feishu readMessage implementation error

* fix: test case

* chore: update i18n files

* fix: lint error

* chore: add timeout for conversaction case

* fix: message test case

* fix: vite gzip error

---------

Co-authored-by: Claude <noreply@anthropic.com>
2026-03-31 00:26:32 +08:00

53 lines
2.7 KiB
JSON

{
"chat.avatar": "Avatar",
"chat.placeholder": "...",
"common.cancel": "Cancelar",
"common.confirm": "Confirmar",
"common.delete": "Eliminar",
"common.edit": "Editar",
"editableMessage.addProps": "Agregar propiedades",
"editableMessage.delete": "Eliminar",
"editableMessage.input": "Entrada",
"editableMessage.inputPlaceholder": "Por favor, introduce contenido de entrada de ejemplo",
"editableMessage.output": "Salida",
"editableMessage.outputPlaceholder": "Por favor, introduce contenido de salida de ejemplo",
"editableMessage.system": "Sistema",
"emojiPicker.delete": "Eliminar",
"emojiPicker.draggerDesc": "Haz clic o arrastra una imagen a esta área para subirla",
"emojiPicker.emoji": "Emoji",
"emojiPicker.fileTypeError": "¡Solo puedes subir archivos de imagen!",
"emojiPicker.upload": "Subir",
"emojiPicker.uploadBtn": "Recortar y subir",
"form.other": "O escribe directamente",
"form.otherBack": "Volver a las opciones",
"form.reset": "Restablecer",
"form.skip": "Omitir",
"form.submit": "Enviar",
"form.unsavedChanges": "Cambios no guardados",
"form.unsavedWarning": "Tienes cambios no guardados. ¿Estás seguro de que deseas salir?",
"hotkey.conflict": "Este atajo de teclado entra en conflicto con uno existente.",
"hotkey.invalidCombination": "El atajo debe incluir una tecla modificadora (Ctrl, Alt, Shift) y solo una tecla normal.",
"hotkey.placeholder": "Presiona teclas para registrar el atajo",
"hotkey.reset": "Restablecer a valores predeterminados",
"messageModal.cancel": "Cancelar",
"messageModal.confirm": "Confirmar",
"messageModal.edit": "Editar",
"sideNav.collapse": "Colapsar barra lateral",
"sideNav.demoActiveLabel": "Activo",
"sideNav.demoFeatureAutoCollapseDesc": "Arrastra por debajo del umbral para colapsar automáticamente",
"sideNav.demoFeatureAutoCollapseTitle": "Colapso automático",
"sideNav.demoFeaturePerformanceDesc": "Sin animaciones para un mejor rendimiento",
"sideNav.demoFeaturePerformanceTitle": "Rendimiento",
"sideNav.demoFeatureResizeDesc": "Arrastra para ajustar el ancho del panel",
"sideNav.demoFeatureResizeTitle": "Redimensionamiento flexible",
"sideNav.demoFeatureSmartHandleDesc": "Pasa el cursor para mostrar el botón de alternar",
"sideNav.demoFeatureSmartHandleTitle": "Mango inteligente",
"sideNav.demoFeaturesTitle": "Características",
"sideNav.demoHint": "Prueba arrastrar el borde del panel y usar el botón de alternar ->",
"sideNav.demoSubtitle": "Un panel lateral estilo espacio de trabajo con redimensionamiento arrastrable",
"sideNav.demoTitle": "Demostración de DraggableSideNav",
"sideNav.expand": "Expandir barra lateral",
"tokenTag.overload": "Sobrecarga",
"tokenTag.remained": "Restante",
"tokenTag.used": "Usado"
}