修改字符串
This commit is contained in:
parent
f0f340e9a9
commit
98975d4cd5
|
@ -44,7 +44,7 @@
|
|||
|
||||
<div class="col-12" style="text-align: center">
|
||||
{{
|
||||
$t("Whether to enable integration")
|
||||
$t("Enable projection mode")
|
||||
}}<q-checkbox v-model="EnableBlending" />
|
||||
</div>
|
||||
<div class="col-3 q-px-md"> <q-select class="q-pt-md " :label="$t('change resolution')"
|
||||
|
|
|
@ -428,7 +428,7 @@ export default {
|
|||
Projector: "Projector",
|
||||
resetall: "reset all",
|
||||
"save config": "Save Config",
|
||||
"Whether to enable integration": "Whether to enable integration",
|
||||
"Whether to enable integration": "Enable projection mode",
|
||||
"Whether to hide the desktop": "Whether to hide the desktop",
|
||||
"resetall config": "resetall config",
|
||||
"disable blending params": "Dsable blending params",
|
||||
|
|
|
@ -696,7 +696,7 @@ export default {
|
|||
Projector: "投影机",
|
||||
resetall: "重置所有",
|
||||
"save config": "保存配置",
|
||||
"Whether to enable integration": "是否启用融合",
|
||||
"Enable projection mode": "启用投影模式",
|
||||
"Whether to hide the desktop": "是否隐藏桌面",
|
||||
"resetall config": "重置所有配置",
|
||||
"disable blending params": "禁用融合参数",
|
||||
|
|
Loading…
Reference in New Issue