From d14e94e8206e3d03d9ddf578fcd0b31ece070501 Mon Sep 17 00:00:00 2001 From: fangxiang Date: Mon, 7 Mar 2022 19:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BF=AE=E6=94=B9=E5=88=86?= =?UTF-8?q?=E8=BE=A8=E7=8E=87=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SystemSettingDialog.vue | 25 +++++++++++++++++++++++++ src/i18n/zh-CN/index.ts | 6 ++++++ 2 files changed, 31 insertions(+) diff --git a/src/components/SystemSettingDialog.vue b/src/components/SystemSettingDialog.vue index 29679f8..355721b 100644 --- a/src/components/SystemSettingDialog.vue +++ b/src/components/SystemSettingDialog.vue @@ -289,6 +289,31 @@ map-options /> + + + +

+ {{ + $t( + "EDID: list of resolutions recommended by the display device" + ) + }} +

+

+ {{ + $t( + "FOCEOUTPUT: force resolution output to be specified" + ) + }} +

+

+ {{ + $t("FOCEOUTPUT(CUSTOM): uses the specified timing output") + }} +

+
+
+