Merge branch 'feat/collaboration2' into feat/support-agent-sandbox

This commit is contained in:
hjlarry
2026-01-25 00:00:03 +08:00
221 changed files with 13878 additions and 1226 deletions

View File

@ -105,6 +105,26 @@
"chatVariable.panelTitle": "Переменные разговора",
"chatVariable.storedContent": "Сохраненный контент",
"chatVariable.updatedAt": "Обновлено в ",
"comments.actions.deleteReply": "Delete reply",
"comments.actions.editReply": "Edit reply",
"comments.aria.closeComment": "Close comment",
"comments.aria.deleteComment": "Delete thread",
"comments.aria.nextComment": "Next comment",
"comments.aria.previousComment": "Previous comment",
"comments.aria.replyActions": "Reply actions",
"comments.aria.resolveComment": "Resolve",
"comments.confirm.deleteReplyDesc": "This reply will be removed permanently.",
"comments.confirm.deleteReplyTitle": "Delete this reply?",
"comments.confirm.deleteThreadDesc": "This action will permanently delete the thread and all its replies. This cannot be undone.",
"comments.confirm.deleteThreadTitle": "Delete this thread?",
"comments.fallback.user": "User",
"comments.loading": "Loading…",
"comments.noComments": "No comments yet",
"comments.panelTitle": "Comment",
"comments.placeholder.add": "Add a comment",
"comments.placeholder.editReply": "Edit reply",
"comments.placeholder.reply": "Reply",
"comments.reply": "Reply",
"common.ImageUploadLegacyTip": "Теперь вы можете создавать переменные типа файла в стартовой форме. В будущем мы больше не будем поддерживать функцию загрузки изображений.",
"common.accessAPIReference": "Доступ к справочнику API",
"common.addBlock": "Добавить узел",
@ -118,6 +138,7 @@
"common.branch": "ВЕТКА",
"common.chooseDSL": "Выберите файл DSL(yml)",
"common.chooseStartNodeToRun": "Выберите начальный узел для запуска",
"common.commentMode": "Режим комментариев",
"common.configure": "Настроить",
"common.configureRequired": "Требуется настройка",
"common.conversationLog": "Журнал разговоров",
@ -937,6 +958,9 @@
"operator.distributeVertical": "Распределить по вертикали",
"operator.horizontal": "Горизонтальный",
"operator.selectionAlignment": "Выравнивание выделения",
"operator.showMiniMap": "Мини-карта",
"operator.showUserComments": "Комментарии",
"operator.showUserCursors": "Курсоры участников",
"operator.vertical": "Вертикальный",
"operator.zoomIn": "Увеличить",
"operator.zoomOut": "Уменьшить",
@ -1026,6 +1050,7 @@
"versionHistory.action.deleteFailure": "Не удалось удалить версию",
"versionHistory.action.deleteSuccess": "Версия удалена",
"versionHistory.action.restoreFailure": "Не удалось восстановить версию",
"versionHistory.action.restoreInProgress": "{{userName}} is restoring to version {{versionName}}...",
"versionHistory.action.restoreSuccess": "Версия восстановлена",
"versionHistory.action.updateFailure": "Не удалось обновить версию",
"versionHistory.action.updateSuccess": "Версия обновлена",