feat: add upload method label translations to workflow settings

This commit is contained in:
wxg0103 2025-12-01 17:47:58 +08:00
parent 7e1c2c2166
commit 7e9c440869
4 changed files with 9 additions and 3 deletions

View File

@ -128,6 +128,7 @@ export default {
imageText: 'Requires "Image Understanding" node to parse image content',
videoText: 'Requires "Video Understanding" node to parse video content',
audioText: 'Requires "Speech-to-Text" node to parse audio content',
uploadMethod: 'Upload Method',
},
},
},

View File

@ -130,6 +130,7 @@ export default {
audioText: '需要使用“语音转文本”节点解析音频内容',
videoText: '需要使用“视频理解”节点解析视频内容',
otherText: '需要自行解析该类型文件',
uploadMethod: '上传方式',
},
},
},

View File

@ -128,6 +128,7 @@ export default {
imageText: '需要使用「圖片理解」節點解析圖片內容',
videoText: '需要使用「視頻理解」節點解析視頻內容',
audioText: '需要使用「語音轉文本」節點解析音頻內容',
uploadMethod: '上傳方式',
},
},
},
@ -437,13 +438,13 @@ export default {
loopIndex: '下標',
loopItem: '循環元素',
},
loopBodyNode: { label: '循環體', text: '循環體' },
loopBodyNode: {label: '循環體', text: '循環體'},
loopContinueNode: {
label: 'Continue',
text: '用於終止當前循環,執行下次循環',
isContinue: 'Continue',
},
loopBreakNode: { label: 'Break', text: '終止當前循環,跳出循環體', isBreak: 'Break' },
loopBreakNode: {label: 'Break', text: '終止當前循環,跳出循環體', isBreak: 'Break'},
variableSplittingNode: {
label: '變量拆分',
text: '通過配置 JSON Path 表達式,對輸入的 JSON 格式變量進行解析和拆分',

View File

@ -230,7 +230,10 @@
/>
</div>
</el-card>
<el-form-item>
<el-form-item
:label="
$t('views.workflow.nodes.baseNode.FileUploadSetting.fileUploadType.uploadMethod')
">
<div class="flex align-center">
<el-checkbox
v-model="form_data.local_upload"