修改融合界面
This commit is contained in:
parent
dea3713269
commit
a254c7d118
|
@ -116,9 +116,6 @@
|
|||
<q-item-section>
|
||||
<q-item-label v-html="opt" />
|
||||
</q-item-section>
|
||||
<q-item-section side>
|
||||
<q-icon name="clear" @click="del_scenes(opt)"></q-icon>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
</template>
|
||||
</q-select>
|
||||
|
@ -152,7 +149,7 @@
|
|||
</q-card-section>
|
||||
<q-card-actions align="right" class="bg-white text-teal">
|
||||
<q-btn flat :label="$t('Cancel')" color="primary" v-close-popup />
|
||||
<q-btn flat :label="$t('apply')" @click="apply_the_selected_configuration" color="primary" v-close-popup />
|
||||
<q-btn flat :label="$t('load')" @click="apply_the_selected_configuration" color="primary" v-close-popup />
|
||||
</q-card-actions>
|
||||
</q-card>
|
||||
</q-dialog>
|
||||
|
|
|
@ -170,6 +170,7 @@ export default {
|
|||
advanced: "Advanced",
|
||||
"revert and exit": "Revert And Exit",
|
||||
apply: "Apply",
|
||||
load: "Load",
|
||||
"current real resolution": "Current Real Resolution",
|
||||
"output type": "Output Type",
|
||||
"target resolution": "Target Resolution",
|
||||
|
@ -436,7 +437,7 @@ export default {
|
|||
"center line color": "center line color",
|
||||
"center circle color": "center circle color",
|
||||
"Whether to operate synchronously": "Whether to operate synchronously",
|
||||
"Select saved configuration": "Load configuration",
|
||||
"Select saved configuration": "Configuration list",
|
||||
"read saved configuration": "Configuration list",
|
||||
"please choose": "please choose",
|
||||
save: "Save",
|
||||
|
|
|
@ -218,6 +218,7 @@ export default {
|
|||
disable: "禁用",
|
||||
enable: "启用",
|
||||
apply: "应用",
|
||||
load: "加载",
|
||||
"apply and exit": "应用并退出",
|
||||
revert: "恢复",
|
||||
"revert and exit": "不保存退出",
|
||||
|
@ -704,7 +705,7 @@ export default {
|
|||
"center line color": "中心线颜色",
|
||||
"center circle color": "中心圆颜色",
|
||||
"Whether to operate synchronously": "是否同步操作",
|
||||
"Select saved configuration": "加载配置",
|
||||
"Select saved configuration": "配置列表",
|
||||
"read saved configuration": "融合配置列表",
|
||||
"please choose": "请选择",
|
||||
save: "保存",
|
||||
|
|
Loading…
Reference in New Issue