Update text warning for multi instances
This commit is contained in:
@@ -62,7 +62,7 @@ function addRemappingEntry() {
|
||||
aria-labelledby="panelsStayOpen-headingOne">
|
||||
<div class="accordion-body">
|
||||
<div class="alert alert-info" v-if="platform === 'windows'">
|
||||
<i class="fa-solid fa-xl fa-circle-info"></i> {{ $t('config.dd_resolution_option_vdisplay_desc') }}
|
||||
<i class="fa-solid fa-xl fa-circle-info"></i> {{ $t('config.dd_resolution_option_vdisplay_desc') }} {{ $t('config.dd_resolution_option_multi_instance_desc') }}
|
||||
</div>
|
||||
|
||||
<!-- Configuration option -->
|
||||
|
||||
@@ -213,6 +213,7 @@
|
||||
"dd_resolution_option_manual_desc": "Enter the resolution to be used",
|
||||
"dd_resolution_option_ogs_desc": "\"Optimize game settings\" option must be enabled on the Moonlight client for this to work.",
|
||||
"dd_resolution_option_vdisplay_desc": "When using virtual display, only built-in resolution and client requested resolution/refresh rate will work.",
|
||||
"dd_resolution_option_multi_instance_desc": "When using multiple instance of Apollo, make sure you have disabled this option in all instances, or it'll end up messing things up.",
|
||||
"dd_wa_hdr_toggle_desc": "When using virtual display device as for streaming, it might display incorrect HDR color. With this option enabled, Apollo will try to mitigate this issue.",
|
||||
"dd_wa_hdr_toggle": "Enable high-contrast workaround for HDR",
|
||||
"ds4_back_as_touchpad_click": "Map Back/Select to Touchpad Click",
|
||||
|
||||
@@ -207,6 +207,8 @@
|
||||
"dd_resolution_option_manual": "使用手动输入的分辨率",
|
||||
"dd_resolution_option_manual_desc": "输入要使用的分辨率",
|
||||
"dd_resolution_option_ogs_desc": "“优化游戏设置”选项必须在 Moonlight 客户端启用才能正常工作。",
|
||||
"dd_resolution_option_vdisplay_desc": "当使用虚拟显示器时,只有内置或客户端请求的分辨率/帧率组合可用。",
|
||||
"dd_resolution_option_multi_instance_desc": "当同时启动多个 Apollo 实例时,请确保每个实例都已禁用此选项,否则显示器组合可能会被搞乱。",
|
||||
"dd_wa_hdr_toggle_desc": "当使用虚拟显示设备作为串流时,它可能会显示不正确的 HDR 颜色。启用此选项,Apollo 将尝试缓解这个问题。",
|
||||
"dd_wa_hdr_toggle": "为 HDR 启用高对比度",
|
||||
"ds4_back_as_touchpad_click": "映射回/选择触摸板点击",
|
||||
|
||||
Reference in New Issue
Block a user