mirror of
https://github.com/langgenius/dify.git
synced 2026-03-18 05:09:54 +08:00
chore: update no data ui
This commit is contained in:
@ -258,9 +258,9 @@ const ReferenceToolConfig: FC<ReferenceToolConfigProps> = ({
|
||||
</div>
|
||||
))}
|
||||
{showNoData && (
|
||||
<div className="flex items-center justify-center rounded-lg border border-components-panel-border-subtle bg-components-panel-bg p-3 text-text-tertiary">
|
||||
<span className={cn('system-xs-regular capitalize')}>
|
||||
{t('noData', { ns: 'common' })}
|
||||
<div className="flex items-center justify-center rounded-[10px] bg-background-section p-3 text-text-tertiary">
|
||||
<span className="system-xs-regular text-center">
|
||||
{t('nodes.llm.computerUse.referenceToolsEmpty', { ns: 'workflow' })}
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
|
||||
@ -672,6 +672,7 @@
|
||||
"nodes.llm.addMessage": "Add Message",
|
||||
"nodes.llm.advancedSettings": "Advanced Settings",
|
||||
"nodes.llm.computerUse.referenceTools": "Reference Tools",
|
||||
"nodes.llm.computerUse.referenceToolsEmpty": "Tools referenced in the prompt will appear here",
|
||||
"nodes.llm.computerUse.title": "Computer Use",
|
||||
"nodes.llm.computerUse.tooltip": "Manage the runtime filesystem and tool access for your agent.",
|
||||
"nodes.llm.context": "context",
|
||||
|
||||
@ -665,6 +665,7 @@
|
||||
"nodes.llm.addContext": "添加上下文",
|
||||
"nodes.llm.addMessage": "添加消息",
|
||||
"nodes.llm.computerUse.referenceTools": "引用工具",
|
||||
"nodes.llm.computerUse.referenceToolsEmpty": "提示词中引用的工具会显示在这里",
|
||||
"nodes.llm.computerUse.title": "计算机使用",
|
||||
"nodes.llm.computerUse.tooltip": "管理代理的运行时文件系统与工具访问权限。",
|
||||
"nodes.llm.context": "上下文",
|
||||
|
||||
@ -647,6 +647,7 @@
|
||||
"nodes.listFilter.selectVariableKeyPlaceholder": "Select sub variable key(選擇子變數鍵)",
|
||||
"nodes.llm.addContext": "新增上下文",
|
||||
"nodes.llm.addMessage": "新增消息",
|
||||
"nodes.llm.computerUse.referenceToolsEmpty": "提示詞中引用的工具會顯示在這裡",
|
||||
"nodes.llm.context": "上下文",
|
||||
"nodes.llm.contextBlock": "上下文區塊",
|
||||
"nodes.llm.contextMissing": "缺少前序節點「{{nodeName}}」的上下文,請先選擇上下文變數。",
|
||||
|
||||
Reference in New Issue
Block a user