feat(web): node show id; update reflection engine example
This commit is contained in:
@@ -1393,17 +1393,18 @@ export const zh = {
|
||||
inner: '内置工具',
|
||||
custom: '自定义工具',
|
||||
mcpSearchPlaceholder: '搜索MCP服务...',
|
||||
innerSearchPlaceholder: '搜索工具...',
|
||||
customSearchPlaceholder: '搜索自定义工具...',
|
||||
addService: '添加MCP服务',
|
||||
addServiceSuccess: '服务添加成功',
|
||||
serviceAddress: '服务地址',
|
||||
server_url: '服务地址',
|
||||
lastConnection: '最后连接',
|
||||
responseTime: '响应时间',
|
||||
status: {
|
||||
running: '运行中',
|
||||
stopped: '已停止',
|
||||
abnormal: '异常',
|
||||
unknown: '未知'
|
||||
active: '活跃',
|
||||
inactive: '不活跃',
|
||||
},
|
||||
testConnectionSuccess: '测试连接成功',
|
||||
serviceEndpoint: '服务端点 URL',
|
||||
serviceEndpointPlaceholder: '服务端点的 URL',
|
||||
serviceEndpointExtra: 'MCP服务的完整访问地址',
|
||||
@@ -1432,15 +1433,13 @@ export const zh = {
|
||||
timeout: '超时时间(秒)',
|
||||
sseReadTimeout: 'SSE 读取超时时间(秒)',
|
||||
saveAndTest: '保存并测试',
|
||||
|
||||
innerSearchPlaceholder: '搜索内置工具',
|
||||
|
||||
timeFormat: '时间格式化',
|
||||
timeZoneConversion: '时区转换',
|
||||
timestampConversion: '时间戳转换',
|
||||
timeCalculation: '时间计算',
|
||||
time_desc: '日期时间处理',
|
||||
time_features: '提供时间格式转换、时区转换、时间戳计算等功能',
|
||||
DateTimeTool_features: '提供时间格式转换、时区转换、时间戳计算等功能',
|
||||
currentTime: '当前时间',
|
||||
timestamp: '时间戳',
|
||||
localTime: '本地时间',
|
||||
@@ -1452,8 +1451,8 @@ export const zh = {
|
||||
conversionResult: '转换结果',
|
||||
chooseFormatType: '选择格式',
|
||||
|
||||
json_desc: '数据格式转换',
|
||||
json_features: 'JSON格式化、压缩、验证和转换功能',
|
||||
JsonTool_desc: '数据格式转换',
|
||||
JsonTool_features: 'JSON格式化、压缩、验证和转换功能',
|
||||
jsonFormat: 'JSON格式化',
|
||||
jsonGzip: 'JSON压缩',
|
||||
jsonCheck: 'JSON验证',
|
||||
@@ -1464,14 +1463,14 @@ export const zh = {
|
||||
clear: '清空',
|
||||
parse: '粘贴',
|
||||
format: '格式化',
|
||||
gzip: '压缩',
|
||||
check: '验证',
|
||||
escape: '转义',
|
||||
minify: '压缩',
|
||||
validate: '验证',
|
||||
convert: '转义',
|
||||
outputResult: '输出结果',
|
||||
validJosn: 'JSON格式正确,验证通过!',
|
||||
|
||||
baidu_desc: '搜索引擎服务',
|
||||
baidu_features: '集成百度搜索API,提供网页搜索、新闻搜索等功能',
|
||||
BaiduSearchTool_desc: '搜索引擎服务',
|
||||
BaiduSearchTool_features: '集成百度搜索API,提供网页搜索、新闻搜索等功能',
|
||||
webSearch: '网页搜索',
|
||||
newsSearch: '新闻搜索',
|
||||
imageSearch: '图片搜索',
|
||||
@@ -1480,51 +1479,51 @@ export const zh = {
|
||||
hasApiKey: 'API 已配置并启用',
|
||||
needApiKey: '需要配置API Key',
|
||||
|
||||
minerU_desc: 'PDF解析工具',
|
||||
minerU_features: '高精度PDF文档解析工具,支持文字、表格、图片提取',
|
||||
MinerUTool_desc: 'PDF解析工具',
|
||||
MinerUTool_features: '高精度PDF文档解析工具,支持文字、表格、图片提取',
|
||||
pdfParser: 'PDF解析',
|
||||
tableExtraction: '表格提取',
|
||||
imageRecognition: '图片识别',
|
||||
textExtraction: '文本提取',
|
||||
|
||||
textIn_desc: 'OCR文字识别',
|
||||
textIn_features: '智能OCR文字识别服务,支持多语言、手写体识别',
|
||||
TextInTool_desc: 'OCR文字识别',
|
||||
TextInTool_features: '智能OCR文字识别服务,支持多语言、手写体识别',
|
||||
universalOCR: '通用OCR',
|
||||
handwritingRecognition: '手写识别',
|
||||
multilingualSupport: '多语言支持',
|
||||
highPrecisionRecognition: '高精度识别',
|
||||
|
||||
configDesc: '配置说明',
|
||||
baidu_config_desc: '使用百度搜索API需要先在百度开放平台申请API Key和Secret Key。',
|
||||
minerU_config_desc: 'MinerU是高精度PDF文档解析工具,需要API Key才能使用。',
|
||||
textIn_config_desc: 'TextIn提供智能OCR文字识别服务,支持多语言识别。',
|
||||
BaiduSearchTool_config_desc: '使用百度搜索API需要先在百度开放平台申请API Key和Secret Key。',
|
||||
MinerUTool_config_desc: 'MinerU是高精度PDF文档解析工具,需要API Key才能使用。',
|
||||
TextInTool_config_desc: 'TextIn提供智能OCR文字识别服务,支持多语言识别。',
|
||||
link: '申请地址',
|
||||
api_key: 'API Key',
|
||||
baidu_api_key_desc: '从百度开放平台获取的API Key',
|
||||
minerU_api_key_desc: '从MinerU平台获取的API Key',
|
||||
BaiduSearchTool_api_key_desc: '从百度开放平台获取的API Key',
|
||||
MinerUTool_api_key_desc: '从MinerU平台获取的API Key',
|
||||
secret_key: 'Secret Key',
|
||||
baidu_secret_key_desc: '从百度开放平台获取的Secret Key',
|
||||
textIn_secret_key_desc: '从TextIn平台获取的Secret Key',
|
||||
search_type: '搜索类型',
|
||||
BaiduSearchTool_secret_key_desc: '从百度开放平台获取的Secret Key',
|
||||
TextInTool_secret_key_desc: '从TextIn平台获取的Secret Key',
|
||||
type: '搜索类型',
|
||||
pagesize: '每页结果数',
|
||||
pagesize_desc: '每次搜索返回的结果数量(1-50)',
|
||||
baidu_enable: '启用百度搜索',
|
||||
baidu_safe_enable: '启用安全搜索',
|
||||
baidu_safe_enable_desc: '过滤不适宜内容',
|
||||
pagesize_desc: '每次搜索返回的结果数量({{count1}}-{{count2}})',
|
||||
BaiduSearchTool_enable: '启用百度搜索',
|
||||
BaiduSearchTool_safe_enable: '启用安全搜索',
|
||||
BaiduSearchTool_safe_enable_desc: '过滤不适宜内容',
|
||||
api_address: 'API地址',
|
||||
minerU_api_address_desc: '默认使用官方API地址,如有私有部署可修改',
|
||||
textIn_api_address_desc: '默认使用官方API地址',
|
||||
MinerUTool_api_address_desc: '默认使用官方API地址,如有私有部署可修改',
|
||||
TextInTool_api_address_desc: '默认使用官方API地址',
|
||||
parsing_mode: '解析模式',
|
||||
auto_recognition: '自动识别',
|
||||
pure_text_mode: '纯文本模式',
|
||||
table_priority: '表格优先',
|
||||
image_priority: '图片优先',
|
||||
minerU_timeout_desc: 'PDF解析超时时间(10-300秒)',
|
||||
minerU_enable: '启用MinerU',
|
||||
minerU_extract_images_enable: '提取图片',
|
||||
minerU_extract_images_enable_desc: '是否提取PDF中的图片内容',
|
||||
MinerUTool_timeout_desc: 'PDF解析超时时间(10-300秒)',
|
||||
MinerUTool_enable: '启用MinerU',
|
||||
MinerUTool_extract_images_enable: '提取图片',
|
||||
MinerUTool_extract_images_enable_desc: '是否提取PDF中的图片内容',
|
||||
app_id: 'APP ID',
|
||||
textIn_app_id_desc: '从TextIn平台获取的App ID',
|
||||
TextInTool_app_id_desc: '从TextIn平台获取的App ID',
|
||||
language_identification: '识别语言',
|
||||
automatic_detection: '自动检测',
|
||||
simplified_chinese: '简体中文',
|
||||
@@ -1537,7 +1536,7 @@ export const zh = {
|
||||
high_precision_identification: '高精度识别',
|
||||
handwriting_recognition: '手写体识别',
|
||||
formula_recognition: '公式识别',
|
||||
textIn_enable: '启用TextIn',
|
||||
TextInTool_enable: '启用TextIn',
|
||||
return_text_position_enable: '返回文本位置信息',
|
||||
return_text_position_enable_desc: '是否返回识别文字的坐标位置',
|
||||
|
||||
@@ -1639,7 +1638,8 @@ export const zh = {
|
||||
run: '运行',
|
||||
save: '保存',
|
||||
export: '导出',
|
||||
variableConfig: '变量配置'
|
||||
variableConfig: '变量配置',
|
||||
variableRequired: '必填',
|
||||
},
|
||||
emotionEngine: {
|
||||
emotionEngineConfig: '情感引擎配置',
|
||||
@@ -1750,7 +1750,7 @@ export const zh = {
|
||||
daily: '每天',
|
||||
run: '运行调试',
|
||||
example: '原始数据',
|
||||
exampleText: '我妹妹是2025年出生的,哦不对,我记错了,她其实是2024年出生的。对了,我的身份证号码是33252218293749845X。',
|
||||
exampleText: '我是 2023 年春天去北京工作的,后来基本一直都在北京上班,也没怎么换过城市。不过后来公司调整,2024 年上半年我被调到上海待了差不多半年,那段时间每天都是在上海办公室打卡。当时入职资料用的还是我之前的身份信息,身份证号是 11010119950308123X,银行卡是 6222023847595898,这些一直没变。对了,其实我 从 2023 年开始就一直在北京生活,从来没有长期离开过北京,上海那段更多算是远程配合',
|
||||
runTitle: '反思试运行',
|
||||
status: '状态',
|
||||
message: '消息',
|
||||
|
||||
Reference in New Issue
Block a user