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: "取消", };