File tree Expand file tree Collapse file tree 7 files changed +14
-10
lines changed
Expand file tree Collapse file tree 7 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default {
1717 modify : 'Modify' ,
1818 modifySuccess : 'Modify successful' ,
1919 cancel : 'Cancel' ,
20- confirm : 'Confirm ' ,
20+ confirm : 'OK ' ,
2121 tip : 'Prompt' ,
2222 add : 'Add' ,
2323 refresh : 'Refresh' ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export default {
22 github : 'Project Address' ,
33 wiki : 'User Manual' ,
44 forum : 'Forum For Help' ,
5- logout : 'Logout ' ,
5+ logout : 'Log Out ' ,
66 apiKey : 'API Key' ,
77 apiServiceAddress : 'API Service Address' ,
88 language : 'Language' ,
Original file line number Diff line number Diff line change 3636 @click =" openAIParamSettingDialog(chat_data.model_id)"
3737 @refreshForm =" refreshParam"
3838 >
39- {{ $t('common.paramSetting') }}
39+ < el-icon >< Setting /></ el-icon >
4040 </el-button >
4141 </div >
4242 </template >
Original file line number Diff line number Diff line change 3535 @click =" openAIParamSettingDialog(form_data.model_id)"
3636 @refreshForm =" refreshParam"
3737 >
38- {{ $t('common.paramSetting') }}
38+ < el-icon >< Setting /></ el-icon >
3939 </el-button >
4040 </div >
4141 </template >
103103 </div >
104104 <el-tooltip effect =" dark" placement =" right" popper-class =" max-w-200" >
105105 <template #content
106- >{{ $t('views.applicationWorkflow.nodes.imageGenerateNode.negative_prompt.tooltip') }}
106+ >{{
107+ $t('views.applicationWorkflow.nodes.imageGenerateNode.negative_prompt.tooltip')
108+ }}
107109 </template >
108110 <AppIcon iconName =" app-warning" class =" app-warning-icon" ></AppIcon >
109111 </el-tooltip >
110112 </div >
111113 </template >
112114 <MdEditorMagnify
113115 @wheel =" wheel"
114- :title =" $t('views.applicationWorkflow.nodes.imageGenerateNode.negative_prompt.label')"
116+ :title =" $t('views.applicationWorkflow.nodes.imageGenerateNode.negative_prompt.label')"
115117 v-model =" form_data.negative_prompt"
116- :placeholder =" $t('views.applicationWorkflow.nodes.imageGenerateNode.negative_prompt.placeholder')"
118+ :placeholder ="
119+ $t('views.applicationWorkflow.nodes.imageGenerateNode.negative_prompt.placeholder')
120+ "
117121 style =" height : 150px "
118122 @submitDialog =" submitNegativeDialog"
119123 />
Original file line number Diff line number Diff line change 3737 @click =" openAIParamSettingDialog(form_data.model_id)"
3838 @refreshForm =" refreshParam"
3939 >
40- {{ $t('common.paramSetting') }}
40+ < el-icon >< Setting /></ el-icon >
4141 </el-button >
4242 </div >
4343 </template >
Original file line number Diff line number Diff line change 3636 @click =" openAIParamSettingDialog(form_data.model_id)"
3737 @refreshForm =" refreshParam"
3838 >
39- {{ $t('common.paramSetting') }}
39+ < el-icon >< Setting /></ el-icon >
4040 </el-button >
4141 </div >
4242 </template >
Original file line number Diff line number Diff line change 3535 :disabled =" !form_data.tts_model_id"
3636 class =" mr-4"
3737 >
38- {{ $t('common.paramSetting') }}
38+ < el-icon >< Setting /></ el-icon >
3939 </el-button >
4040 </div >
4141 </template >
You can’t perform that action at this time.
0 commit comments