增加翻译
This commit is contained in:
parent
973a38fee4
commit
b22ca5b37c
|
@ -46,7 +46,7 @@
|
||||||
:lvalue="'0/1'"
|
:lvalue="'0/1'"
|
||||||
></projector-item>
|
></projector-item>
|
||||||
<div class="col-12" style="text-align: center">
|
<div class="col-12" style="text-align: center">
|
||||||
是否启用混合<q-checkbox v-model="EnableBlending" />
|
{{$t('Whether to enable mixing')}}<q-checkbox v-model="EnableBlending" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-9">
|
<div class="col-9">
|
||||||
|
|
|
@ -423,5 +423,6 @@ export default {
|
||||||
"Set Fusion Band Parameters":"Set Fusion Band Parameters",
|
"Set Fusion Band Parameters":"Set Fusion Band Parameters",
|
||||||
"Projector":"Projector",
|
"Projector":"Projector",
|
||||||
"resetall":"reset all",
|
"resetall":"reset all",
|
||||||
"save config":"save config"
|
"save config":"save config",
|
||||||
|
"Whether to enable mixing":"Whether to enable mixing"
|
||||||
};
|
};
|
||||||
|
|
|
@ -691,5 +691,6 @@ export default {
|
||||||
"Set Fusion Band Parameters":"设置融合带参数",
|
"Set Fusion Band Parameters":"设置融合带参数",
|
||||||
"Projector":"投影机",
|
"Projector":"投影机",
|
||||||
"resetall":"重置所有",
|
"resetall":"重置所有",
|
||||||
"save config":"保存配置"
|
"save config":"保存配置",
|
||||||
|
"Whether to enable mixing":"是否启用混合"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue