修改字符串

This commit is contained in:
ljqing 2023-02-22 11:42:11 +08:00
parent f0f340e9a9
commit 98975d4cd5
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@
<div class="col-12" style="text-align: center"> <div class="col-12" style="text-align: center">
{{ {{
$t("Whether to enable integration") $t("Enable projection mode")
}}<q-checkbox v-model="EnableBlending" /> }}<q-checkbox v-model="EnableBlending" />
</div> </div>
<div class="col-3 q-px-md"> <q-select class="q-pt-md " :label="$t('change resolution')" <div class="col-3 q-px-md"> <q-select class="q-pt-md " :label="$t('change resolution')"

View File

@ -428,7 +428,7 @@ export default {
Projector: "Projector", Projector: "Projector",
resetall: "reset all", resetall: "reset all",
"save config": "Save Config", "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", "Whether to hide the desktop": "Whether to hide the desktop",
"resetall config": "resetall config", "resetall config": "resetall config",
"disable blending params": "Dsable blending params", "disable blending params": "Dsable blending params",

View File

@ -696,7 +696,7 @@ export default {
Projector: "投影机", Projector: "投影机",
resetall: "重置所有", resetall: "重置所有",
"save config": "保存配置", "save config": "保存配置",
"Whether to enable integration": "是否启用融合", "Enable projection mode": "启用投影模式",
"Whether to hide the desktop": "是否隐藏桌面", "Whether to hide the desktop": "是否隐藏桌面",
"resetall config": "重置所有配置", "resetall config": "重置所有配置",
"disable blending params": "禁用融合参数", "disable blending params": "禁用融合参数",