mirror of
https://github.com/langgenius/dify.git
synced 2026-04-13 22:57:26 +08:00
14 lines
215 B
TypeScript
14 lines
215 B
TypeScript
const translation = {
|
|
nodes: {
|
|
llm: {
|
|
model: '模型',
|
|
variables: '变量',
|
|
context: '上下文',
|
|
prompt: '提示词',
|
|
vision: '视觉',
|
|
},
|
|
},
|
|
}
|
|
|
|
export default translation
|