2023-09-10 05:55:38 +00:00
{
2026-02-07 14:38:49 +00:00
"arguments.moreParams" : "В с е г о параметров: {{count}}" ,
2025-12-31 06:45:31 +00:00
"arguments.title" : "Аргументы" ,
2026-03-24 07:24:18 +00:00
"builtins.lobe-activator.apiName.activateTools" : "Активировать инструменты" ,
2026-04-10 16:46:53 +00:00
"builtins.lobe-activator.inspector.activateTools.notFoundCount" : "{{count}} не найдено" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-agent-builder.apiName.getAvailableModels" : "Получить доступные модели" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-agent-builder.apiName.getAvailableTools" : "Получить доступные навыки" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-agent-builder.apiName.getConfig" : "Получить конфигурацию" ,
"builtins.lobe-agent-builder.apiName.getMeta" : "Получить метаданные" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-agent-builder.apiName.getPrompt" : "Получить системный запрос" ,
2026-01-13 08:37:31 +00:00
"builtins.lobe-agent-builder.apiName.installPlugin" : "Установить навык" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-agent-builder.apiName.searchMarketTools" : "Поиск на рынке навыков" ,
"builtins.lobe-agent-builder.apiName.searchOfficialTools" : "Поиск официальных навыков" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-agent-builder.apiName.setModel" : "Установить модель" ,
"builtins.lobe-agent-builder.apiName.setOpeningMessage" : "Установить приветственное сообщение" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-agent-builder.apiName.setOpeningQuestions" : "Установить начальные вопросы" ,
"builtins.lobe-agent-builder.apiName.togglePlugin" : "Включить/выключить навык" ,
"builtins.lobe-agent-builder.apiName.updateChatConfig" : "Обновить конфигурацию чата" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-agent-builder.apiName.updateConfig" : "Обновить конфигурацию" ,
"builtins.lobe-agent-builder.apiName.updateMeta" : "Обновить метаданные" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-agent-builder.apiName.updatePrompt" : "Обновить системный запрос" ,
2026-01-13 08:37:31 +00:00
"builtins.lobe-agent-builder.inspector.chars" : " символов" ,
"builtins.lobe-agent-builder.inspector.disablePlugin" : "Отключить" ,
"builtins.lobe-agent-builder.inspector.enablePlugin" : "Включить" ,
"builtins.lobe-agent-builder.inspector.modelsCount" : "{{count}} моделей" ,
"builtins.lobe-agent-builder.inspector.noResults" : "Нет результатов" ,
"builtins.lobe-agent-builder.inspector.togglePlugin" : "Переключить" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-agent-builder.title" : "Эксперт по созданию агентов" ,
2026-03-19 15:51:23 +00:00
"builtins.lobe-agent-documents.apiName.copyDocument" : "Копировать документ" ,
"builtins.lobe-agent-documents.apiName.createDocument" : "Создать документ" ,
"builtins.lobe-agent-documents.apiName.editDocument" : "Редактировать документ" ,
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-30 16:26:32 +00:00
"builtins.lobe-agent-documents.apiName.listDocuments" : "Список документов" ,
2026-04-21 03:40:15 +00:00
"builtins.lobe-agent-documents.apiName.patchDocument" : "Изменить документ" ,
2026-03-19 15:51:23 +00:00
"builtins.lobe-agent-documents.apiName.readDocument" : "Читать документ" ,
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-30 16:26:32 +00:00
"builtins.lobe-agent-documents.apiName.readDocumentByFilename" : "Чтение документа по имени файла" ,
2026-03-19 15:51:23 +00:00
"builtins.lobe-agent-documents.apiName.removeDocument" : "Удалить документ" ,
"builtins.lobe-agent-documents.apiName.renameDocument" : "Переименовать документ" ,
"builtins.lobe-agent-documents.apiName.updateLoadRule" : "Обновить правило загрузки" ,
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-30 16:26:32 +00:00
"builtins.lobe-agent-documents.apiName.upsertDocumentByFilename" : "Обновление или добавление документа по имени файла" ,
2026-03-19 15:51:23 +00:00
"builtins.lobe-agent-documents.title" : "Документы агента" ,
2026-02-28 14:29:51 +00:00
"builtins.lobe-agent-management.apiName.callAgent" : "Вызвать агента" ,
"builtins.lobe-agent-management.apiName.createAgent" : "Создать агента" ,
"builtins.lobe-agent-management.apiName.deleteAgent" : "Удалить агента" ,
2026-04-21 03:40:15 +00:00
"builtins.lobe-agent-management.apiName.duplicateAgent" : "Дублировать агента" ,
"builtins.lobe-agent-management.apiName.getAgentDetail" : "Получить сведения о б агенте" ,
"builtins.lobe-agent-management.apiName.installPlugin" : "Установить плагин" ,
2026-02-28 14:29:51 +00:00
"builtins.lobe-agent-management.apiName.searchAgent" : "Искать агентов" ,
"builtins.lobe-agent-management.apiName.updateAgent" : "Обновить агента" ,
2026-04-21 03:40:15 +00:00
"builtins.lobe-agent-management.apiName.updatePrompt" : "Обновить подсказку" ,
2026-02-28 14:29:51 +00:00
"builtins.lobe-agent-management.inspector.callAgent.sync" : "Вызов:" ,
"builtins.lobe-agent-management.inspector.callAgent.task" : "Назначение задачи для:" ,
"builtins.lobe-agent-management.inspector.createAgent.title" : "Создание агента:" ,
2026-04-21 03:40:15 +00:00
"builtins.lobe-agent-management.inspector.duplicateAgent.title" : "Дублирование агента:" ,
"builtins.lobe-agent-management.inspector.getAgentDetail.title" : "Получение сведений:" ,
"builtins.lobe-agent-management.inspector.installPlugin.title" : "Установка плагина:" ,
2026-02-28 14:29:51 +00:00
"builtins.lobe-agent-management.inspector.searchAgent.all" : "Искать агентов:" ,
"builtins.lobe-agent-management.inspector.searchAgent.market" : "Искать на рынке:" ,
"builtins.lobe-agent-management.inspector.searchAgent.results" : "{{count}} результатов" ,
"builtins.lobe-agent-management.inspector.searchAgent.user" : "Искать моих агентов:" ,
"builtins.lobe-agent-management.inspector.updateAgent.title" : "Обновление агента:" ,
2026-04-21 03:40:15 +00:00
"builtins.lobe-agent-management.inspector.updatePrompt.title" : "Обновление подсказки:" ,
"builtins.lobe-agent-management.render.duplicateAgent.newId" : "Новый ID агента" ,
"builtins.lobe-agent-management.render.duplicateAgent.sourceId" : "Исходный ID агента" ,
"builtins.lobe-agent-management.render.installPlugin.failed" : "Н е удалось установить" ,
"builtins.lobe-agent-management.render.installPlugin.plugin" : "Плагин" ,
"builtins.lobe-agent-management.render.installPlugin.success" : "Успешно установлено" ,
2026-02-28 14:29:51 +00:00
"builtins.lobe-agent-management.title" : "Менеджер агентов" ,
2026-04-21 03:40:15 +00:00
"builtins.lobe-claude-code.todoWrite.allDone" : "В с е задачи выполнены" ,
"builtins.lobe-claude-code.todoWrite.currentStep" : "Текущий шаг" ,
"builtins.lobe-claude-code.todoWrite.todos" : "Задачи" ,
2025-12-31 11:59:21 +00:00
"builtins.lobe-cloud-sandbox.apiName.editLocalFile" : "Редактировать файл" ,
"builtins.lobe-cloud-sandbox.apiName.executeCode" : "Выполнить код" ,
"builtins.lobe-cloud-sandbox.apiName.exportFile" : "Экспортировать файл" ,
"builtins.lobe-cloud-sandbox.apiName.getCommandOutput" : "Получить вывод команды" ,
"builtins.lobe-cloud-sandbox.apiName.globLocalFiles" : "Поиск файлов по шаблону" ,
"builtins.lobe-cloud-sandbox.apiName.grepContent" : "Поиск по содержимому" ,
"builtins.lobe-cloud-sandbox.apiName.killCommand" : "Завершить команду" ,
"builtins.lobe-cloud-sandbox.apiName.listLocalFiles" : "Список файлов" ,
"builtins.lobe-cloud-sandbox.apiName.moveLocalFiles" : "Переместить файлы" ,
"builtins.lobe-cloud-sandbox.apiName.readLocalFile" : "Прочитать содержимое файла" ,
"builtins.lobe-cloud-sandbox.apiName.renameLocalFile" : "Переименовать" ,
"builtins.lobe-cloud-sandbox.apiName.runCommand" : "Выполнить команду" ,
"builtins.lobe-cloud-sandbox.apiName.searchLocalFiles" : "Поиск файлов" ,
"builtins.lobe-cloud-sandbox.apiName.writeLocalFile" : "Записать файл" ,
2026-04-08 09:39:50 +00:00
"builtins.lobe-cloud-sandbox.inspector.noResults" : "Нет результатов" ,
2025-12-31 11:59:21 +00:00
"builtins.lobe-cloud-sandbox.title" : "Облачная песочница" ,
2026-01-13 08:37:31 +00:00
"builtins.lobe-group-agent-builder.apiName.batchCreateAgents" : "Массовое создание агентов" ,
"builtins.lobe-group-agent-builder.apiName.createAgent" : "Создать агента" ,
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-30 16:26:32 +00:00
"builtins.lobe-group-agent-builder.apiName.createGroup" : "Создать группу" ,
2026-01-19 01:56:54 +00:00
"builtins.lobe-group-agent-builder.apiName.getAgentInfo" : "Получить информацию о б участнике" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-group-agent-builder.apiName.getAvailableModels" : "Получить доступные модели" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-group-agent-builder.apiName.installPlugin" : "Установить навык" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-group-agent-builder.apiName.inviteAgent" : "Пригласить участника" ,
"builtins.lobe-group-agent-builder.apiName.removeAgent" : "Удалить участника" ,
2026-01-13 08:37:31 +00:00
"builtins.lobe-group-agent-builder.apiName.searchAgent" : "Поиск агентов" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-group-agent-builder.apiName.searchMarketTools" : "Поиск на рынке навыков" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-group-agent-builder.apiName.updateAgentConfig" : "Обновить конфигурацию агента" ,
2026-01-13 08:37:31 +00:00
"builtins.lobe-group-agent-builder.apiName.updateAgentPrompt" : "Обновить подсказку агента" ,
"builtins.lobe-group-agent-builder.apiName.updateGroup" : "Обновить группу" ,
"builtins.lobe-group-agent-builder.apiName.updateGroupPrompt" : "Обновить подсказку группы" ,
"builtins.lobe-group-agent-builder.apiName.updateSupervisorPrompt" : "Обновить подсказку супервайзера" ,
"builtins.lobe-group-agent-builder.inspector.agents" : "агенты" ,
"builtins.lobe-group-agent-builder.inspector.avatar" : "Аватар" ,
"builtins.lobe-group-agent-builder.inspector.backgroundColor" : "Цвет фона" ,
"builtins.lobe-group-agent-builder.inspector.description" : "Описание" ,
"builtins.lobe-group-agent-builder.inspector.noResults" : "Нет результатов" ,
"builtins.lobe-group-agent-builder.inspector.openingMessage" : "Приветственное сообщение" ,
"builtins.lobe-group-agent-builder.inspector.openingQuestions" : "Приветственные вопросы" ,
"builtins.lobe-group-agent-builder.inspector.title" : "Заголовок" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-group-agent-builder.title" : "Эксперт по созданию групп" ,
"builtins.lobe-group-management.apiName.broadcast" : "Говорят все" ,
"builtins.lobe-group-management.apiName.createWorkflow" : "Планировать рабочий процесс" ,
2026-01-18 17:13:02 +00:00
"builtins.lobe-group-management.apiName.executeAgentTask" : "Выполнить задачу агента" ,
"builtins.lobe-group-management.apiName.executeAgentTasks" : "Выполнить параллельные задачи агентов" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-group-management.apiName.getAgentInfo" : "Получить информацию о б участнике" ,
"builtins.lobe-group-management.apiName.interrupt" : "Прервать задачу" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-group-management.apiName.speak" : "Назначенный участник говорит" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-group-management.apiName.summarize" : "Подвести итоги беседы" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-group-management.apiName.vote" : "Начать голосование" ,
"builtins.lobe-group-management.inspector.broadcast.title" : "Следующие агенты говорят:" ,
2026-01-19 01:56:54 +00:00
"builtins.lobe-group-management.inspector.executeAgentTask.assignTo" : "Назначить" ,
"builtins.lobe-group-management.inspector.executeAgentTask.task" : "задача:" ,
2026-01-18 17:13:02 +00:00
"builtins.lobe-group-management.inspector.executeAgentTasks.title" : "Назначение задач для:" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-group-management.inspector.speak.title" : "Назначенный агент говорит:" ,
"builtins.lobe-group-management.title" : "Координатор группы" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-gtd.apiName.clearTodos" : "Очистить задачи" ,
2025-12-29 08:48:39 +00:00
"builtins.lobe-gtd.apiName.clearTodos.modeAll" : "все" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-gtd.apiName.clearTodos.modeCompleted" : "выполненные" ,
"builtins.lobe-gtd.apiName.clearTodos.result" : "Очищены задачи: <mode>{{mode}}</mode>" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-gtd.apiName.completeTodos" : "Завершить задачи" ,
"builtins.lobe-gtd.apiName.createPlan" : "Создать план" ,
2025-12-29 08:48:39 +00:00
"builtins.lobe-gtd.apiName.createPlan.result" : "Создан план: <goal>{{goal}}</goal>" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-gtd.apiName.createTodos" : "Создать задачи" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-gtd.apiName.execTask" : "Выполнить задачу" ,
2026-01-03 16:16:43 +00:00
"builtins.lobe-gtd.apiName.execTask.completed" : "Задача создана: " ,
"builtins.lobe-gtd.apiName.execTask.loading" : "Создание задачи: " ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-gtd.apiName.execTasks" : "Выполнить задачи" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-gtd.apiName.removeTodos" : "Удалить задачи" ,
"builtins.lobe-gtd.apiName.updatePlan" : "Обновить план" ,
2025-12-29 08:48:39 +00:00
"builtins.lobe-gtd.apiName.updatePlan.completed" : "Завершено" ,
"builtins.lobe-gtd.apiName.updatePlan.modified" : "Изменено" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-gtd.apiName.updateTodos" : "Обновить задачи" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-gtd.title" : "Инструменты задач" ,
"builtins.lobe-knowledge-base.apiName.readKnowledge" : "Читать содержимое библиотеки" ,
"builtins.lobe-knowledge-base.apiName.searchKnowledgeBase" : "Поиск в библиотеке" ,
2026-01-01 15:23:31 +00:00
"builtins.lobe-knowledge-base.inspector.andMoreFiles" : "и ещё {{count}}" ,
"builtins.lobe-knowledge-base.inspector.noResults" : "Нет результатов" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-knowledge-base.title" : "Библиотека" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-local-system.apiName.editLocalFile" : "Редактировать файл" ,
"builtins.lobe-local-system.apiName.getCommandOutput" : "Получить вывод команды" ,
"builtins.lobe-local-system.apiName.globLocalFiles" : "Поиск файлов по шаблону" ,
"builtins.lobe-local-system.apiName.grepContent" : "Поиск по содержимому" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-local-system.apiName.killCommand" : "Завершить команду" ,
"builtins.lobe-local-system.apiName.listLocalFiles" : "Список файлов" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-local-system.apiName.moveLocalFiles" : "Переместить файлы" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-local-system.apiName.readLocalFile" : "Прочитать содержимое файла" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-local-system.apiName.renameLocalFile" : "Переименовать" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-local-system.apiName.runCommand" : "Выполнить команду" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-local-system.apiName.searchLocalFiles" : "Поиск файлов" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-local-system.apiName.writeLocalFile" : "Записать файл" ,
2026-01-01 15:23:31 +00:00
"builtins.lobe-local-system.inspector.noResults" : "Нет результатов" ,
"builtins.lobe-local-system.inspector.rename.result" : "<old>{{oldName}}</old> → <new>{{newName}}</new>" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-local-system.title" : "Локальная система" ,
2026-01-11 15:18:51 +00:00
"builtins.lobe-notebook.actions.collapse" : "Свернуть" ,
2026-01-08 12:07:36 +00:00
"builtins.lobe-notebook.actions.copy" : "Копировать" ,
"builtins.lobe-notebook.actions.creating" : "Создание документа..." ,
"builtins.lobe-notebook.actions.edit" : "Редактировать" ,
"builtins.lobe-notebook.actions.expand" : "Развернуть" ,
"builtins.lobe-notebook.apiName.createDocument" : "Создать документ" ,
"builtins.lobe-notebook.apiName.deleteDocument" : "Удалить документ" ,
"builtins.lobe-notebook.apiName.getDocument" : "Получить документ" ,
"builtins.lobe-notebook.apiName.updateDocument" : "Обновить документ" ,
"builtins.lobe-notebook.title" : "Блокнот" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-page-agent.apiName.batchUpdate" : "Пакетное обновление узлов" ,
"builtins.lobe-page-agent.apiName.compareSnapshots" : "Сравнить снимки" ,
"builtins.lobe-page-agent.apiName.convertToList" : "Преобразовать в список" ,
"builtins.lobe-page-agent.apiName.createNode" : "Создать узел" ,
"builtins.lobe-page-agent.apiName.cropImage" : "Обрезать изображение" ,
"builtins.lobe-page-agent.apiName.deleteNode" : "Удалить узел" ,
"builtins.lobe-page-agent.apiName.deleteSnapshot" : "Удалить снимок" ,
"builtins.lobe-page-agent.apiName.deleteTableColumn" : "Удалить столбец таблицы" ,
"builtins.lobe-page-agent.apiName.deleteTableRow" : "Удалить строку таблицы" ,
"builtins.lobe-page-agent.apiName.duplicateNode" : "Дублировать узел" ,
2025-12-29 08:48:39 +00:00
"builtins.lobe-page-agent.apiName.editTitle" : "Переименовать заголовок страницы" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-page-agent.apiName.editTitle.result" : "Переименовано в «<title>{{title}}</title>»" ,
2025-12-29 08:48:39 +00:00
"builtins.lobe-page-agent.apiName.getPageContent" : "Получить структуру документа" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-page-agent.apiName.indentListItem" : "Увеличить отступ элемента списка" ,
2025-12-29 08:48:39 +00:00
"builtins.lobe-page-agent.apiName.initPage" : "Начать написание содержимого" ,
"builtins.lobe-page-agent.apiName.initPage.chars" : " символов" ,
"builtins.lobe-page-agent.apiName.initPage.creating" : "Создание документа" ,
"builtins.lobe-page-agent.apiName.initPage.lines" : " строк" ,
"builtins.lobe-page-agent.apiName.initPage.result" : "Документ создан" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-page-agent.apiName.insertTableColumn" : "Вставить столбец таблицы" ,
"builtins.lobe-page-agent.apiName.insertTableRow" : "Вставить строку таблицы" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-page-agent.apiName.listSnapshots" : "Список снимков" ,
"builtins.lobe-page-agent.apiName.mergeNodes" : "Объединить узлы" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-page-agent.apiName.modifyNodes" : "Изменить страницу" ,
"builtins.lobe-page-agent.apiName.modifyNodes.addNodes" : "Добавить содержимое" ,
"builtins.lobe-page-agent.apiName.modifyNodes.deleteNodes" : "Удалить содержимое" ,
2025-12-29 08:48:39 +00:00
"builtins.lobe-page-agent.apiName.modifyNodes.init" : "Подготовка к изменению" ,
"builtins.lobe-page-agent.apiName.modifyNodes.result" : "+{{insert}} / ~{{modify}} / -{{remove}}" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-page-agent.apiName.moveNode" : "Переместить узел" ,
"builtins.lobe-page-agent.apiName.outdentListItem" : "Уменьшить отступ элемента списка" ,
"builtins.lobe-page-agent.apiName.replaceText" : "Заменить текст" ,
2025-12-29 08:48:39 +00:00
"builtins.lobe-page-agent.apiName.replaceText.count" : "Заменено: {{count}}" ,
"builtins.lobe-page-agent.apiName.replaceText.empty" : "(пусто)" ,
"builtins.lobe-page-agent.apiName.replaceText.init" : "Подготовка к замене" ,
2025-12-23 15:23:00 +00:00
"builtins.lobe-page-agent.apiName.resizeImage" : "Изменить размер изображения" ,
"builtins.lobe-page-agent.apiName.restoreSnapshot" : "Восстановить снимок" ,
"builtins.lobe-page-agent.apiName.rotateImage" : "Повернуть изображение" ,
"builtins.lobe-page-agent.apiName.saveSnapshot" : "Сохранить снимок" ,
"builtins.lobe-page-agent.apiName.setImageAlt" : "Установить альтернативный текст изображения" ,
"builtins.lobe-page-agent.apiName.splitNode" : "Разделить узел" ,
"builtins.lobe-page-agent.apiName.toggleListType" : "Переключить тип списка" ,
"builtins.lobe-page-agent.apiName.unwrapNode" : "Развернуть узел" ,
"builtins.lobe-page-agent.apiName.updateNode" : "Обновить узел" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-page-agent.apiName.wrapNodes" : "Обернуть узлы" ,
"builtins.lobe-page-agent.title" : "Страница" ,
2026-02-27 02:26:07 +00:00
"builtins.lobe-skill-store.apiName.importFromMarket" : "Импортировать с рынка" ,
"builtins.lobe-skill-store.apiName.importSkill" : "Импортировать навык" ,
"builtins.lobe-skill-store.apiName.searchSkill" : "Поиск навыков" ,
2026-03-13 08:48:14 +00:00
"builtins.lobe-skill-store.inspector.noResults" : "Нет результатов" ,
"builtins.lobe-skill-store.render.installs" : "Установки" ,
"builtins.lobe-skill-store.render.repository" : "Репозиторий" ,
"builtins.lobe-skill-store.render.version" : "Версия" ,
2026-02-27 02:26:07 +00:00
"builtins.lobe-skill-store.title" : "Магазин навыков" ,
2026-03-13 15:15:31 +00:00
"builtins.lobe-skills.apiName.activateSkill" : "Активировать навык" ,
2026-02-27 02:26:07 +00:00
"builtins.lobe-skills.apiName.execScript" : "Запустить скрипт" ,
"builtins.lobe-skills.apiName.exportFile" : "Экспортировать файл" ,
"builtins.lobe-skills.apiName.importFromMarket" : "Импортировать с рынка" ,
"builtins.lobe-skills.apiName.importSkill" : "Импортировать навык" ,
"builtins.lobe-skills.apiName.readReference" : "Читать справочник" ,
2026-03-13 15:15:31 +00:00
"builtins.lobe-skills.apiName.runCommand" : "Выполнить команду" ,
2026-02-27 02:26:07 +00:00
"builtins.lobe-skills.apiName.searchSkill" : "Поиск навыков" ,
"builtins.lobe-skills.title" : "Навыки" ,
✨ feat: add slash action tags, topic reference tool, and command bus system (#12860)
* ✨ feat: add slash action tags in chat input
Made-with: Cursor
* ✨ feat: enhance editor with new slash actions and localization updates
- Added new slash actions: change tone, condense, expand, polish, rewrite, summarize, and translate.
- Updated localization files for English and Chinese to include new action tags and slash commands.
- Removed deprecated useSlashItems component and integrated its functionality directly into InputEditor.
Signed-off-by: Innei <tukon479@gmail.com>
* ✨ feat: add slash placement configuration to chat input components
- Introduced `slashPlacement` prop to `ChatInputProvider`, `StoreUpdater`, and `InputEditor` for customizable slash menu positioning.
- Updated initial state to include `slashPlacement` with default value 'top'.
- Adjusted `ChatInput` and `InputArea` components to utilize the new `slashPlacement` prop.
This enhancement allows for better control over the user interface in chat input interactions.
Signed-off-by: Innei <tukon479@gmail.com>
* ✨ feat: implement command bus for slash action tags processing
Add command bus system to parse and execute slash commands (compact context,
new topic). Refactor action tag categories from ai/prompt to command/skill.
Add useEnabledSkills hook for dynamic skill registration.
* feat: compress command
Signed-off-by: Innei <tukon479@gmail.com>
* refactor: compress
Signed-off-by: Innei <tukon479@gmail.com>
* fix: skill inject
* ✨ feat: slash action tags with context engine integration
Made-with: Cursor
* ✨ feat: add topic reference builtin tool and server runtime
Made-with: Cursor
* ✨ feat: add topic mention items and update ReferTopic integration
Made-with: Cursor
* 🐛 fix: preserve editorData through assistant-group edit flow and update RichTextMessage reactively
- EditState now forwards editorData from EditorModal to modifyMessageContent
- modifyMessageContent accepts and passes editorData to updateMessageContent
- RichTextMessage uses useEditor + effect to update document on content change instead of key-based remount
- Refactored RichTextMessage plugins to use shared createChatInputRichPlugins()
* ✨ feat(context-engine): add metadata types and update processors/providers
Made-with: Cursor
* ✨ feat(chat-input): add slash action tags and restore failed input state
* 🔧 chore: update package dependencies and enhance Vite configuration
- Changed @lobehub/ui dependency to a specific package URL.
- Added multiple SPA entry points and layout files to the Vite warmup configuration.
- Removed unused monorepo packages from sharedOptimizeDeps and added various dayjs locales for better localization support.
Signed-off-by: Innei <tukon479@gmail.com>
* 🔧 chore: update @lobehub/ui dependency to version 5.4.0 in package.json
Signed-off-by: Innei <tukon479@gmail.com>
* 🐛 fix: correct SkillsApiName.runSkill to activateSkill and update trimmed content assertions
* 🐛 fix: resolve type errors in context-engine tests and InputEditor slashPlacement
* 🐛 fix: update runSkill to activateSkill in conversationLifecycle test
* 🐛 fix: avoid regex backtracking in placeholder parser
* ✨ feat(localization): add action tags and tooltips for slash commands across multiple languages
Signed-off-by: Innei <tukon479@gmail.com>
* 🐛 fix: preserve file attachments when /newTopic has no text content
* cleanup
Signed-off-by: Innei <tukon479@gmail.com>
---------
Signed-off-by: Innei <tukon479@gmail.com>
2026-03-13 14:17:36 +00:00
"builtins.lobe-topic-reference.apiName.getTopicContext" : "Получить контекст темы" ,
"builtins.lobe-topic-reference.title" : "Ссылка на тему" ,
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-30 16:26:32 +00:00
"builtins.lobe-user-interaction.apiName.askUserQuestion" : "Задать вопрос пользователю" ,
"builtins.lobe-user-interaction.apiName.cancelUserResponse" : "Отменить ответ пользователя" ,
"builtins.lobe-user-interaction.apiName.getInteractionState" : "Получить состояние взаимодействия" ,
"builtins.lobe-user-interaction.apiName.skipUserResponse" : "Пропустить ответ пользователя" ,
"builtins.lobe-user-interaction.apiName.submitUserResponse" : "Отправить ответ пользователя" ,
"builtins.lobe-user-interaction.title" : "Взаимодействие с пользователем" ,
chore: update i18n translations for multiple locales (#10973)
Update translations for ar, bg-BG, de-DE, es-ES, fa-IR, fr-FR, it-IT, ja-JP, ko-KR, nl-NL, pl-PL, pt-BR, ru-RU, tr-TR, vi-VN, zh-TW locales.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>
2025-12-25 13:28:18 +00:00
"builtins.lobe-user-memory.apiName.addContextMemory" : "Добавить контекстную память" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-user-memory.apiName.addExperienceMemory" : "Добавить память опыта" ,
"builtins.lobe-user-memory.apiName.addIdentityMemory" : "Добавить память личности" ,
"builtins.lobe-user-memory.apiName.addPreferenceMemory" : "Добавить память предпочтений" ,
2026-04-08 09:39:50 +00:00
"builtins.lobe-user-memory.apiName.queryTaxonomyOptions" : "Запросить таксономию" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-user-memory.apiName.removeIdentityMemory" : "Удалить память личности" ,
chore: update i18n translations for multiple locales (#10973)
Update translations for ar, bg-BG, de-DE, es-ES, fa-IR, fr-FR, it-IT, ja-JP, ko-KR, nl-NL, pl-PL, pt-BR, ru-RU, tr-TR, vi-VN, zh-TW locales.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>
2025-12-25 13:28:18 +00:00
"builtins.lobe-user-memory.apiName.searchUserMemory" : "Поиск в памяти" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-user-memory.apiName.updateIdentityMemory" : "Обновить память личности" ,
2026-01-18 17:13:02 +00:00
"builtins.lobe-user-memory.inspector.noResults" : "Нет результатов" ,
2026-01-25 09:33:00 +00:00
"builtins.lobe-user-memory.render.contexts" : "Контексты" ,
"builtins.lobe-user-memory.render.experiences" : "Опыт" ,
"builtins.lobe-user-memory.render.preferences" : "Предпочтения" ,
chore: update i18n translations for multiple locales (#10973)
Update translations for ar, bg-BG, de-DE, es-ES, fa-IR, fr-FR, it-IT, ja-JP, ko-KR, nl-NL, pl-PL, pt-BR, ru-RU, tr-TR, vi-VN, zh-TW locales.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>
2025-12-25 13:28:18 +00:00
"builtins.lobe-user-memory.title" : "Память" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-web-browsing.apiName.crawlMultiPages" : "Прочитать несколько страниц" ,
"builtins.lobe-web-browsing.apiName.crawlSinglePage" : "Прочитать содержимое страницы" ,
"builtins.lobe-web-browsing.apiName.search" : "Поиск страниц" ,
2026-01-01 15:23:31 +00:00
"builtins.lobe-web-browsing.inspector.noResults" : "Нет результатов" ,
2025-12-31 06:45:31 +00:00
"builtins.lobe-web-browsing.title" : "В е б -поиск" ,
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-30 16:26:32 +00:00
"builtins.lobe-web-onboarding.apiName.finishOnboarding" : "Завершить вводный процесс" ,
"builtins.lobe-web-onboarding.apiName.getOnboardingState" : "Прочитать состояние вводного процесса" ,
"builtins.lobe-web-onboarding.apiName.readDocument" : "Прочитать документ" ,
"builtins.lobe-web-onboarding.apiName.saveUserQuestion" : "Сохранить вопрос пользователя" ,
"builtins.lobe-web-onboarding.apiName.updateDocument" : "Обновить документ" ,
2026-04-21 03:40:15 +00:00
"builtins.lobe-web-onboarding.apiName.writeDocument" : "Создать документ" ,
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-30 16:26:32 +00:00
"builtins.lobe-web-onboarding.title" : "Вводный процесс пользователя" ,
2025-04-28 16:29:17 +00:00
"confirm" : "Подтвердить" ,
2025-12-31 06:45:31 +00:00
"debug.arguments" : "Аргументы" ,
2026-02-27 02:26:07 +00:00
"debug.error" : "Журнал ошибок" ,
2025-12-23 15:23:00 +00:00
"debug.function_call" : "Вызов функции" ,
2025-12-29 08:48:39 +00:00
"debug.intervention" : "Вмешательство навыка" ,
2025-12-31 06:45:31 +00:00
"debug.off" : "Отладка выключена" ,
"debug.on" : "Просмотр информации о вызове навыка" ,
"debug.payload" : "Данные навыка" ,
"debug.pluginState" : "Состояние навыка" ,
"debug.response" : "Ответ" ,
"debug.title" : "Детали навыка" ,
"debug.tool_call" : "Запрос вызова навыка" ,
"detailModal.customPlugin.description" : "Просмотреть детали на странице редактирования" ,
"detailModal.customPlugin.editBtn" : "Редактировать" ,
"detailModal.customPlugin.title" : "Это пользовательский навык" ,
"detailModal.emptyState.description" : "Установите этот навык, чтобы просмотреть е г о возможности и настройки" ,
"detailModal.emptyState.title" : "Установите для просмотра деталей навыка" ,
2025-12-23 15:23:00 +00:00
"detailModal.info.description" : "Описание API" ,
2025-12-31 06:45:31 +00:00
"detailModal.info.name" : "Имя API" ,
"detailModal.tabs.info" : "Возможности" ,
"detailModal.tabs.manifest" : "Манифест" ,
2025-12-23 15:23:00 +00:00
"detailModal.tabs.settings" : "Настройки" ,
2025-12-31 06:45:31 +00:00
"detailModal.title" : "Детали навыка" ,
"dev.confirmDeleteDevPlugin" : "Этот локальный навык будет удалён безвозвратно. Продолжить?" ,
"dev.customParams.useProxy.label" : "Установить через прокси (включите при ошибках CORS, затем повторите)" ,
"dev.deleteSuccess" : "Навык удалён" ,
"dev.manifest.identifier.desc" : "Уникальный идентификатор навыка" ,
2025-12-23 15:23:00 +00:00
"dev.manifest.identifier.label" : "Идентификатор" ,
2026-01-22 11:23:01 +00:00
"dev.manifest.mode.claude" : "Навык Claude" ,
"dev.manifest.mode.claudeWip" : "Скоро будет" ,
2025-12-31 06:45:31 +00:00
"dev.manifest.mode.mcp" : "MCP" ,
"dev.manifest.name.desc" : "Название навыка" ,
"dev.manifest.name.label" : "Название" ,
2025-12-23 15:23:00 +00:00
"dev.manifest.name.placeholder" : "Поисковая система" ,
2025-12-31 06:45:31 +00:00
"dev.mcp.advanced.title" : "Дополнительно" ,
"dev.mcp.args.desc" : "Аргументы, передаваемые команде, обычно имя сервера MCP или путь к скрипту" ,
"dev.mcp.args.label" : "Аргументы" ,
"dev.mcp.args.placeholder" : "например, mcp-hello-world" ,
"dev.mcp.args.required" : "Введите аргументы" ,
"dev.mcp.auth.bear" : "API-ключ" ,
"dev.mcp.auth.desc" : "Выберите метод аутентификации для сервера MCP" ,
"dev.mcp.auth.label" : "Тип авторизации" ,
"dev.mcp.auth.none" : "Без авторизации" ,
"dev.mcp.auth.placeholder" : "Выберите тип авторизации" ,
"dev.mcp.auth.token.desc" : "Введите ваш API-ключ или Bearer Token" ,
"dev.mcp.auth.token.label" : "API-ключ" ,
2025-12-23 15:23:00 +00:00
"dev.mcp.auth.token.placeholder" : "sk-xxxxx" ,
2025-12-31 06:45:31 +00:00
"dev.mcp.auth.token.required" : "Введите токен авторизации" ,
"dev.mcp.avatar.label" : "Иконка навыка" ,
2025-12-23 15:23:00 +00:00
"dev.mcp.command.desc" : "Исполняемый файл или скрипт для запуска MCP STDIO сервера" ,
"dev.mcp.command.label" : "Команда" ,
2025-12-31 06:45:31 +00:00
"dev.mcp.command.placeholder" : "например, npx / uv / docker" ,
"dev.mcp.command.required" : "Введите команду" ,
"dev.mcp.desc.desc" : "Добавьте описание навыка" ,
"dev.mcp.desc.label" : "Описание" ,
"dev.mcp.desc.placeholder" : "Инструкции по использованию и сценарии" ,
2025-12-23 15:23:00 +00:00
"dev.mcp.endpoint.desc" : "Введите адрес вашего MCP Streamable HTTP сервера" ,
2025-12-31 06:45:31 +00:00
"dev.mcp.endpoint.label" : "URL MCP-эндпоинта" ,
2025-12-23 15:23:00 +00:00
"dev.mcp.env.add" : "Добавить строку" ,
2025-12-31 06:45:31 +00:00
"dev.mcp.env.desc" : "Введите переменные окружения для сервера MCP" ,
"dev.mcp.env.duplicateKeyError" : "Ключи должны быть уникальными" ,
"dev.mcp.env.formValidationFailed" : "Ошибка валидации формы, проверьте формат" ,
"dev.mcp.env.keyRequired" : "Ключ обязателен" ,
"dev.mcp.env.label" : "Переменные окружения сервера MCP" ,
"dev.mcp.env.stringifyError" : "Н е удалось сериализовать, проверьте формат" ,
2025-12-23 15:23:00 +00:00
"dev.mcp.headers.add" : "Добавить строку" ,
2025-12-31 06:45:31 +00:00
"dev.mcp.headers.desc" : "Введите HTTP-заголовки" ,
"dev.mcp.headers.label" : "HTTP-заголовки" ,
"dev.mcp.identifier.desc" : "Имя для этого MCP (только латинские символы)" ,
"dev.mcp.identifier.invalid" : "Идентификатор может содержать только буквы, цифры, дефисы и подчёркивания" ,
"dev.mcp.identifier.label" : "Имя MCP" ,
"dev.mcp.identifier.placeholder" : "например, my-mcp-plugin" ,
"dev.mcp.identifier.required" : "Введите идентификатор MCP" ,
"dev.mcp.previewManifest" : "Предпросмотр манифеста" ,
"dev.mcp.quickImport" : "Импорт конфигурации JSON" ,
"dev.mcp.quickImportError.empty" : "Содержимое не может быть пустым" ,
"dev.mcp.quickImportError.invalidJson" : "Неверный JSON" ,
2025-12-23 15:23:00 +00:00
"dev.mcp.quickImportError.invalidStructure" : "Неверная структура JSON" ,
2025-12-31 06:45:31 +00:00
"dev.mcp.stdioNotSupported" : "STDIO MCP не поддерживается в текущей среде" ,
2025-12-23 15:23:00 +00:00
"dev.mcp.testConnection" : "Проверить соединение" ,
2025-12-31 06:45:31 +00:00
"dev.mcp.testConnectionTip" : "MCP будет доступен после успешной проверки соединения" ,
"dev.mcp.type.desc" : "Выберите тип MCP, веб поддерживает только Streamable HTTP" ,
"dev.mcp.type.httpFeature1" : "Совместим с веб и десктопом" ,
"dev.mcp.type.httpFeature2" : "Подключение к удалённому серверу MCP, не требует настройки" ,
"dev.mcp.type.httpShortDesc" : "Протокол Streamable HTTP" ,
"dev.mcp.type.label" : "Тип MCP" ,
"dev.mcp.type.stdioFeature1" : "Низкая задержка, для локального выполнения" ,
"dev.mcp.type.stdioFeature2" : "Требуется установка локального сервера MCP" ,
"dev.mcp.type.stdioNotAvailable" : "STDIO доступен только на десктопе" ,
"dev.mcp.type.stdioShortDesc" : "Протокол стандартного ввода/вывода" ,
"dev.mcp.type.title" : "Тип MCP" ,
"dev.mcp.url.desc" : "Введите URL сервера MCP Streamable HTTP (SSE не поддерживается)" ,
"dev.mcp.url.invalid" : "Введите корректный URL" ,
"dev.mcp.url.label" : "URL Streamable HTTP-эндпоинта" ,
"dev.mcp.url.required" : "Введите URL сервера MCP" ,
"dev.meta.author.desc" : "Автор навыка" ,
2025-12-23 15:23:00 +00:00
"dev.meta.author.label" : "Автор" ,
2025-12-31 06:45:31 +00:00
"dev.meta.avatar.desc" : "Иконка навыка (эмодзи или URL)" ,
2025-12-23 15:23:00 +00:00
"dev.meta.avatar.label" : "Иконка" ,
2025-12-31 06:45:31 +00:00
"dev.meta.description.desc" : "Описание навыка" ,
2025-12-23 15:23:00 +00:00
"dev.meta.description.label" : "Описание" ,
2025-12-31 06:45:31 +00:00
"dev.meta.description.placeholder" : "Поисковая система для информации" ,
"dev.meta.formFieldRequired" : "Обязательное поле" ,
"dev.meta.homepage.desc" : "Домашняя страница навыка" ,
2025-12-23 15:23:00 +00:00
"dev.meta.homepage.label" : "Домашняя страница" ,
2025-12-31 06:45:31 +00:00
"dev.meta.identifier.desc" : "Уникальный идентификатор, автоматически определяется из манифеста" ,
"dev.meta.identifier.errorDuplicate" : "Идентификатор конфликтует с существующим навыком" ,
2025-12-23 15:23:00 +00:00
"dev.meta.identifier.label" : "Идентификатор" ,
2025-12-31 06:45:31 +00:00
"dev.meta.identifier.pattenErrorMessage" : "Допустимы только буквы, цифры, дефисы и подчёркивания" ,
"dev.meta.lobe" : "Навык {{appName}}" ,
"dev.meta.manifest.desc" : "{{appName}} установит навык по этому URL" ,
"dev.meta.manifest.label" : "URL манифеста" ,
"dev.meta.manifest.preview" : "Предпросмотр манифеста" ,
2025-12-23 15:23:00 +00:00
"dev.meta.manifest.refresh" : "Обновить" ,
2025-12-31 06:45:31 +00:00
"dev.meta.openai" : "Навык OpenAI" ,
"dev.meta.title.desc" : "Название навыка" ,
"dev.meta.title.label" : "Название" ,
2025-12-23 15:23:00 +00:00
"dev.meta.title.placeholder" : "Поисковая система" ,
2025-12-31 06:45:31 +00:00
"dev.metaConfig" : "Мета-конфигурация" ,
"dev.modalDesc" : "Пользовательские навыки можно использовать для разработки или прямо в диалогах. См. <1>документацию↗</1>" ,
2025-12-23 15:23:00 +00:00
"dev.openai.importUrl" : "Импорт из URL" ,
"dev.openai.schema" : "Схема" ,
2025-12-31 06:45:31 +00:00
"dev.preview.api.noParams" : "Нет параметров" ,
"dev.preview.api.noResults" : "API не найдены" ,
2025-12-23 15:23:00 +00:00
"dev.preview.api.params" : "Параметры:" ,
2025-12-31 06:45:31 +00:00
"dev.preview.api.searchPlaceholder" : "Поиск навыков…" ,
"dev.preview.card" : "Карточка предпросмотра навыка" ,
"dev.preview.desc" : "Описание предпросмотра" ,
"dev.preview.empty.desc" : "Завершите конфигурацию для предпросмотра возможностей навыка" ,
"dev.preview.empty.title" : "Настройте для предпросмотра" ,
"dev.preview.title" : "Предпросмотр названия навыка" ,
"dev.save" : "Установить" ,
2026-03-04 15:39:49 +00:00
"dev.saveError" : "Установка не удалась, пожалуйста, попробуйте снова" ,
2025-12-31 06:45:31 +00:00
"dev.saveSuccess" : "Настройки сохранены" ,
"dev.tabs.manifest" : "Манифест" ,
"dev.tabs.meta" : "Мета-информация" ,
2026-02-27 02:26:07 +00:00
"dev.title.create" : "Добавить пользовательский навык MCP" ,
"dev.title.edit" : "Редактировать пользовательский навык MCP" ,
2026-01-22 11:23:01 +00:00
"dev.title.editCommunity" : "Редактировать навык сообщества" ,
"dev.title.skillDetails" : "Детали навыка" ,
"dev.title.skillSettings" : "Настройки навыка" ,
2025-12-31 06:45:31 +00:00
"dev.type.lobe" : "Навык {{appName}}" ,
"dev.type.openai" : "Навык OpenAI" ,
2025-12-23 15:23:00 +00:00
"dev.update" : "Обновить" ,
2025-12-31 06:45:31 +00:00
"dev.updateSuccess" : "Настройки обновлены" ,
"empty.description" : "Просмотрите магазин навыков. Установите один для начала, добавьте больше позже." ,
"empty.search" : "Нет подходящих навыков" ,
"empty.title" : "Нет навыков" ,
"error.details" : "Детали ошибки" ,
"error.fetchError" : "Н е удалось получить манифест. Проверьте URL и доступ CORS" ,
"error.installError" : "Н е удалось установить {{name}}" ,
"error.manifestInvalid" : "Неверный манифест: \n\n {{error}}" ,
"error.noManifest" : "Манифест не найден" ,
"error.openAPIInvalid" : "Ошибка разбора OpenAPI: \n\n {{error}}" ,
"error.reinstallError" : "Н е удалось обновить {{name}}" ,
"error.renderError" : "Ошибка отображения" ,
"error.testConnectionFailed" : "Н е удалось получить манифест: {{error}}" ,
"error.unknownError" : "Неизвестная ошибка" ,
"error.urlError" : "URL не вернул JSON, проверьте ссылку" ,
"inspector.args" : "Просмотр аргументов" ,
"inspector.delete" : "Удалить вызов" ,
"inspector.orphanedToolCall" : "Обнаружен осиротевший вызов навыка, может повлиять на выполнение агента. Удалите е г о ." ,
"inspector.pluginRender" : "Просмотр интерфейса навыка" ,
2025-12-23 15:23:00 +00:00
"list.item.deprecated.title" : "Удалён" ,
2025-12-31 06:45:31 +00:00
"list.item.local.config" : "Конфигурация" ,
2025-12-23 15:23:00 +00:00
"list.item.local.title" : "Пользовательский" ,
2025-12-31 06:45:31 +00:00
"loading.content" : "Вызов навыка…" ,
"loading.plugin" : "Навык выполняется…" ,
2026-01-03 08:22:22 +00:00
"localSystem.workingDirectory.agentDescription" : "Рабочая директория по умолчанию для всех разговоров с этим агентом" ,
"localSystem.workingDirectory.agentLevel" : "Рабочая директория агента" ,
2026-04-21 03:40:15 +00:00
"localSystem.workingDirectory.aheadBehindTooltip" : "{{ahead}} для отправки · {{behind}} для получения ({{upstream}})" ,
"localSystem.workingDirectory.aheadTooltip" : "{{count}} коммит(ов) для отправки в {{upstream}}" ,
"localSystem.workingDirectory.behindTooltip" : "{{count}} коммит(ов) для получения из {{upstream}}" ,
"localSystem.workingDirectory.branchSearchPlaceholder" : "Поиск веток" ,
"localSystem.workingDirectory.branchesEmpty" : "Нет локальных веток" ,
"localSystem.workingDirectory.branchesHeading" : "Ветки" ,
"localSystem.workingDirectory.branchesLoading" : "Загрузка веток…" ,
"localSystem.workingDirectory.branchesNoMatch" : "Совпадений не найдено" ,
"localSystem.workingDirectory.cancel" : "Отмена" ,
"localSystem.workingDirectory.checkoutAction" : "Переключиться" ,
"localSystem.workingDirectory.checkoutFailed" : "Н е удалось переключиться" ,
2026-04-08 09:39:50 +00:00
"localSystem.workingDirectory.chooseDifferentFolder" : "Выбрать другую папку" ,
2026-04-21 03:40:15 +00:00
"localSystem.workingDirectory.createBranchAction" : "Создать и переключиться на новую ветку…" ,
2026-01-03 08:22:22 +00:00
"localSystem.workingDirectory.current" : "Текущая рабочая директория" ,
2026-04-21 03:40:15 +00:00
"localSystem.workingDirectory.detachedHead" : "Отсоединённый HEAD на {{sha}}" ,
"localSystem.workingDirectory.diffStatTooltip" : "Добавлено {{added}} · Изменено {{modified}} · Удалено {{deleted}}" ,
"localSystem.workingDirectory.filesAdded" : "Добавлено" ,
"localSystem.workingDirectory.filesDeleted" : "Удалено" ,
"localSystem.workingDirectory.filesEmpty" : "Нет непреданных изменений" ,
"localSystem.workingDirectory.filesLoading" : "Загрузка изменений…" ,
"localSystem.workingDirectory.filesModified" : "Изменено" ,
"localSystem.workingDirectory.ghMissing" : "Установите и войдите в GitHub CLI (`gh`), чтобы увидеть связанные pull‑ request'ы" ,
"localSystem.workingDirectory.newBranchPlaceholder" : "feature/new-branch-name" ,
2026-04-08 09:39:50 +00:00
"localSystem.workingDirectory.noRecent" : "Нет недавних каталогов" ,
2026-01-03 08:22:22 +00:00
"localSystem.workingDirectory.notSet" : "Нажмите, чтобы установить рабочую директорию" ,
"localSystem.workingDirectory.placeholder" : "Введите путь к директории, например: /Users/name/projects" ,
2026-04-21 03:40:15 +00:00
"localSystem.workingDirectory.prTooltipWithExtra" : "{{title}} (+{{count}} других открытых PR в этой ветке)" ,
2026-04-08 09:39:50 +00:00
"localSystem.workingDirectory.recent" : "Недавние" ,
2026-04-21 03:40:15 +00:00
"localSystem.workingDirectory.refreshGitStatus" : "Обновить статус ветки и PR" ,
2026-04-08 09:39:50 +00:00
"localSystem.workingDirectory.removeRecent" : "Удалить из недавних" ,
2026-01-03 08:22:22 +00:00
"localSystem.workingDirectory.selectFolder" : "Выбрать папку" ,
"localSystem.workingDirectory.title" : "Рабочая директория" ,
"localSystem.workingDirectory.topicDescription" : "Переопределить директорию агента только для этого разговора" ,
"localSystem.workingDirectory.topicLevel" : "Переопределение для разговора" ,
"localSystem.workingDirectory.topicOverride" : "Переопределение для этого разговора" ,
2026-04-21 03:40:15 +00:00
"localSystem.workingDirectory.uncommittedChanges_one" : "Непреданные изменения: {{count}} файл" ,
"localSystem.workingDirectory.uncommittedChanges_other" : "Непреданные изменения: {{count}} файлов" ,
2025-12-31 06:45:31 +00:00
"mcpEmpty.deployment" : "Нет вариантов развертывания" ,
"mcpEmpty.prompts" : "Нет подсказок" ,
"mcpEmpty.resources" : "Нет ресурсов" ,
"mcpEmpty.tools" : "Нет инструментов" ,
"mcpInstall.CHECKING_INSTALLATION" : "Проверка установки…" ,
"mcpInstall.COMPLETED" : "Завершено" ,
"mcpInstall.CONFIGURATION_REQUIRED" : "Завершите настройку для продолжения" ,
2025-12-23 15:23:00 +00:00
"mcpInstall.ERROR" : "Ошибка установки" ,
2025-12-31 06:45:31 +00:00
"mcpInstall.FETCHING_MANIFEST" : "Получение манифеста…" ,
"mcpInstall.GETTING_SERVER_MANIFEST" : "Инициализация сервера MCP…" ,
"mcpInstall.INSTALLING_PLUGIN" : "Установка навыка…" ,
"mcpInstall.configurationDescription" : "Настройте обязательные параметры для этого MCP" ,
"mcpInstall.configurationRequired" : "Настройка параметров" ,
"mcpInstall.continueInstall" : "Продолжить" ,
"mcpInstall.dependenciesDescription" : "Установите необходимые зависимости, затем повторно проверьте для продолжения." ,
"mcpInstall.dependenciesRequired" : "Установите системные зависимости" ,
2025-12-23 15:23:00 +00:00
"mcpInstall.dependencyStatus.installed" : "Установлено" ,
"mcpInstall.dependencyStatus.notInstalled" : "Н е установлено" ,
2025-12-31 06:45:31 +00:00
"mcpInstall.dependencyStatus.requiredVersion" : "Требуется: {{version}}" ,
2025-12-23 15:23:00 +00:00
"mcpInstall.errorDetails.args" : "Аргументы" ,
"mcpInstall.errorDetails.command" : "Команда" ,
"mcpInstall.errorDetails.connectionParams" : "Параметры подключения" ,
2025-12-31 06:45:31 +00:00
"mcpInstall.errorDetails.env" : "Переменные среды" ,
"mcpInstall.errorDetails.errorOutput" : "Журнал ошибок" ,
2025-12-23 15:23:00 +00:00
"mcpInstall.errorDetails.exitCode" : "Код выхода" ,
"mcpInstall.errorDetails.hideDetails" : "Скрыть детали" ,
"mcpInstall.errorDetails.originalError" : "Исходная ошибка" ,
"mcpInstall.errorDetails.showDetails" : "Показать детали" ,
"mcpInstall.errorTypes.AUTHORIZATION_ERROR" : "Ошибка авторизации" ,
2025-12-31 06:45:31 +00:00
"mcpInstall.errorTypes.CONNECTION_FAILED" : "Сбой подключения" ,
"mcpInstall.errorTypes.INITIALIZATION_TIMEOUT" : "Тайм-аут инициализации" ,
"mcpInstall.errorTypes.PROCESS_SPAWN_ERROR" : "Н е удалось запустить процесс" ,
2025-12-23 15:23:00 +00:00
"mcpInstall.errorTypes.UNKNOWN_ERROR" : "Неизвестная ошибка" ,
2025-12-31 06:45:31 +00:00
"mcpInstall.errorTypes.VALIDATION_ERROR" : "Ошибка проверки" ,
"mcpInstall.installError" : "Ошибка установки MCP: {{detail}}" ,
"mcpInstall.installMethods.manual" : "Вручную:" ,
"mcpInstall.installMethods.recommended" : "Рекомендуется:" ,
"mcpInstall.recheckDependencies" : "Проверить снова" ,
"mcpInstall.skipDependencies" : "Пропустить" ,
"pluginList" : "Навыки" ,
2025-12-23 15:23:00 +00:00
"protocolInstall.actions.install" : "Установить" ,
2025-12-31 06:45:31 +00:00
"protocolInstall.actions.installAnyway" : "Установить всё равно" ,
2025-12-23 15:23:00 +00:00
"protocolInstall.actions.installed" : "Установлено" ,
2025-12-31 06:45:31 +00:00
"protocolInstall.config.addEnv" : "Добавить переменную среды" ,
"protocolInstall.config.addHeaders" : "Добавить заголовок" ,
2025-12-23 15:23:00 +00:00
"protocolInstall.config.args" : "Аргументы" ,
"protocolInstall.config.command" : "Команда" ,
2025-12-31 06:45:31 +00:00
"protocolInstall.config.env" : "Среда" ,
"protocolInstall.config.headers" : "Заголовки" ,
"protocolInstall.config.title" : "Настройка" ,
2025-12-23 15:23:00 +00:00
"protocolInstall.config.type.http" : "Тип: HTTP" ,
"protocolInstall.config.type.label" : "Тип" ,
"protocolInstall.config.type.stdio" : "Тип: Stdio" ,
2025-12-31 06:45:31 +00:00
"protocolInstall.config.url" : "URL сервера" ,
"protocolInstall.custom.badge" : "Пользовательский навык" ,
"protocolInstall.custom.security.description" : "Неофициальный навык, возможны риски безопасности. Проверьте источник перед установкой." ,
"protocolInstall.custom.security.title" : "Безопасность" ,
"protocolInstall.custom.title" : "Установить пользовательский навык" ,
2025-12-23 15:23:00 +00:00
"protocolInstall.install.title" : "Информация о б установке" ,
2025-12-31 06:45:31 +00:00
"protocolInstall.marketplace.title" : "Установить сторонний навык" ,
"protocolInstall.marketplace.trustedBy" : "От {{name}}" ,
"protocolInstall.marketplace.unverified.title" : "Непроверенный сторонний навык" ,
"protocolInstall.marketplace.unverified.warning" : "Проверьте источник перед установкой этого навыка сообщества." ,
2025-12-23 15:23:00 +00:00
"protocolInstall.marketplace.verified" : "Проверено" ,
2025-12-31 06:45:31 +00:00
"protocolInstall.messages.connectionTestFailed" : "Сбой проверки подключения" ,
"protocolInstall.messages.installError" : "Ошибка установки, повторите попытку" ,
"protocolInstall.messages.installSuccess" : "{{name}} установлен. Включите сейчас или настройте позже." ,
"protocolInstall.messages.manifestError" : "Н е удалось получить информацию о навыке. Проверьте сеть или повторите позже." ,
"protocolInstall.messages.manifestNotFound" : "Манифест не найден" ,
2025-12-23 15:23:00 +00:00
"protocolInstall.meta.author" : "Автор" ,
"protocolInstall.meta.homepage" : "Домашняя страница" ,
"protocolInstall.meta.identifier" : "Идентификатор" ,
"protocolInstall.meta.source" : "Источник" ,
"protocolInstall.meta.version" : "Версия" ,
2025-12-31 06:45:31 +00:00
"protocolInstall.official.badge" : "Официальный навык LobeHub" ,
"protocolInstall.official.description" : "Официальный навык LobeHub, проверен и безопасен." ,
"protocolInstall.official.loadingMessage" : "Загрузка информации о навыке…" ,
2025-12-23 15:23:00 +00:00
"protocolInstall.official.loadingTitle" : "Загрузка" ,
2025-12-31 06:45:31 +00:00
"protocolInstall.official.title" : "Установить официальный навык" ,
"protocolInstall.title" : "Установка MCP" ,
"protocolInstall.warning" : "Проверьте источник навыка. Вы можете отключить или удалить е г о в настройках." ,
2025-12-23 15:23:00 +00:00
"search.config.addKey" : "Добавить ключ" ,
"search.config.close" : "Удалить" ,
2025-12-31 06:45:31 +00:00
"search.config.confirm" : "Готово, повторить" ,
"search.crawPages.crawling" : "Определение ссылок" ,
"search.crawPages.detail.preview" : "Предпросмотр" ,
2025-12-23 15:23:00 +00:00
"search.crawPages.detail.raw" : "Исходный текст" ,
2025-12-31 06:45:31 +00:00
"search.crawPages.detail.tooLong" : "Текст обрезан до {{characters}} символов для контекста, остальное опущено." ,
2025-12-23 15:23:00 +00:00
"search.crawPages.meta.crawler" : "Режим сканирования" ,
2025-12-31 06:45:31 +00:00
"search.crawPages.meta.words" : "Символы" ,
"search.searchxng.baseURL" : "Введите URL" ,
"search.searchxng.description" : "Введите URL SearchXNG для начала веб-поиска" ,
"search.searchxng.keyPlaceholder" : "Введите ключ" ,
"search.searchxng.title" : "Настройка SearchXNG" ,
"search.searchxng.unconfiguredDesc" : "Обратитесь к администратору для настройки SearchXNG" ,
2025-12-23 15:23:00 +00:00
"search.searchxng.unconfiguredTitle" : "SearchXNG не настроен" ,
2025-12-31 06:45:31 +00:00
"search.title" : "В е б -поиск" ,
"setting" : "Настройки" ,
2025-12-23 15:23:00 +00:00
"settings.capabilities.prompts" : "Подсказки" ,
"settings.capabilities.resources" : "Ресурсы" ,
2025-12-31 06:45:31 +00:00
"settings.capabilities.title" : "Навыки" ,
2025-12-23 15:23:00 +00:00
"settings.capabilities.tools" : "Инструменты" ,
2025-12-31 06:45:31 +00:00
"settings.configuration.title" : "Конфигурация" ,
"settings.connection.args" : "Аргументы" ,
"settings.connection.command" : "Команда" ,
"settings.connection.title" : "Подключение" ,
"settings.connection.type" : "Тип" ,
"settings.connection.url" : "URL сервера" ,
2025-12-23 15:23:00 +00:00
"settings.edit" : "Редактировать" ,
2025-12-31 06:45:31 +00:00
"settings.envConfigDescription" : "Передаются как переменные среды при запуске сервера MCP" ,
"settings.httpTypeNotice" : "HTTP MCP не требует настройки переменных среды" ,
2025-12-23 15:23:00 +00:00
"settings.indexUrl.title" : "Индекс сообщества" ,
2025-12-31 06:45:31 +00:00
"settings.indexUrl.tooltip" : "Редактируется через переменные среды при развертывании" ,
"settings.messages.connectionUpdateFailed" : "Н е удалось обновить подключение" ,
"settings.messages.connectionUpdateSuccess" : "Подключение обновлено" ,
"settings.messages.envUpdateFailed" : "Н е удалось сохранить переменные среды" ,
"settings.messages.envUpdateSuccess" : "Переменные среды сохранены" ,
"settings.modalDesc" : "Настройте URL сообщества для использования пользовательских навыков." ,
"settings.rules.argsRequired" : "Введите аргументы" ,
"settings.rules.commandRequired" : "Введите команду" ,
"settings.rules.urlRequired" : "Введите URL сервера" ,
"settings.saveSettings" : "Сохранить" ,
"settings.title" : "Настройки сообщества навыков" ,
"showInPortal" : "Посмотреть в рабочем пространстве" ,
2026-01-29 02:56:40 +00:00
"skillDetail.author" : "Автор" ,
"skillDetail.details" : "Подробности" ,
"skillDetail.developedBy" : "Разработано" ,
2026-02-01 16:33:28 +00:00
"skillDetail.networkError" : "Н е удалось загрузить данные. Проверьте подключение к сети и повторите попытку." ,
"skillDetail.noAgents" : "Эту навык пока никто не использует" ,
"skillDetail.tabs.agents" : "Агенты, использующие этот навык" ,
2026-01-29 02:56:40 +00:00
"skillDetail.tabs.overview" : "Обзор" ,
"skillDetail.tabs.tools" : "Возможности" ,
"skillDetail.tools" : "Инструменты" ,
"skillDetail.trustWarning" : "Используйте коннекторы только от доверенных разработчиков. LobeHub не контролирует, какие инструменты предоставляют разработчики, и не может гарантировать их работоспособность или неизменность." ,
2026-04-15 11:18:24 +00:00
"skillInstallBanner.dismiss" : "Закрыть" ,
2026-01-22 11:23:01 +00:00
"skillInstallBanner.title" : "Добавьте навыки в Lobe AI" ,
2025-12-31 06:45:31 +00:00
"store.actions.cancel" : "Отмена" ,
2026-01-22 11:23:01 +00:00
"store.actions.configure" : "Настроить" ,
2025-12-31 06:45:31 +00:00
"store.actions.confirmUninstall" : "Удаление очистит настройки навыка. Продолжить?" ,
2025-12-23 15:23:00 +00:00
"store.actions.detail" : "Детали" ,
"store.actions.install" : "Установить" ,
2025-12-31 06:45:31 +00:00
"store.actions.manifest" : "Редактировать манифест" ,
2025-12-23 15:23:00 +00:00
"store.actions.settings" : "Настройки" ,
"store.actions.uninstall" : "Удалить" ,
2025-12-31 06:45:31 +00:00
"store.communityPlugin" : "Сообщество" ,
2025-12-23 15:23:00 +00:00
"store.customPlugin" : "Пользовательский" ,
2025-12-31 06:45:31 +00:00
"store.empty" : "Навыки не установлены" ,
"store.emptySelectHint" : "Выберите навык для просмотра деталей" ,
2025-12-23 15:23:00 +00:00
"store.installAllPlugins" : "Установить все" ,
2025-12-31 06:45:31 +00:00
"store.networkError" : "Н е удалось загрузить магазин навыков. Проверьте сеть и повторите." ,
"store.placeholder" : "Поиск навыков по имени или ключевому слову…" ,
2025-12-23 15:23:00 +00:00
"store.releasedAt" : "Опубликовано {{createdAt}}" ,
"store.tabs.installed" : "Установленные" ,
2025-12-31 06:45:31 +00:00
"store.tabs.mcp" : "MCP" ,
"store.tabs.old" : "Навыки LobeHub" ,
"store.title" : "Магазин навыков" ,
2025-04-23 18:35:07 +00:00
"unknownError" : "Неизвестная ошибка" ,
2025-12-31 06:45:31 +00:00
"unknownPlugin" : "Неизвестный навык"
2023-09-10 05:55:38 +00:00
}