From f903543c0b172b20212903c80bb0bcbd90eb6834 Mon Sep 17 00:00:00 2001 From: fangxiang Date: Fri, 2 Sep 2022 16:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E6=96=87=E7=BF=BB=E8=AF=91Ok,Cancel?= =?UTF-8?q?=E3=80=82=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91Full=20Screen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en-US/index.ts | 1 + src/i18n/zh-CN/index.ts | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 954f884..a7b2a21 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -351,4 +351,5 @@ export default { "device list": "Device List", "The detected version does not match, please download the new version!": "The detected version does not match, please download the new version!", + "full screen": "Full Screen", }; diff --git a/src/i18n/zh-CN/index.ts b/src/i18n/zh-CN/index.ts index f75093d..cfeebf4 100644 --- a/src/i18n/zh-CN/index.ts +++ b/src/i18n/zh-CN/index.ts @@ -628,4 +628,6 @@ export default { "device list": "设备列表", "The detected version does not match, please download the new version!": "检测到的版本不匹配,请下载新版本!", + ok: "确定", + cancel: "取消", };