From 63b213d3a8eb84821ad1411468de19635b25a660 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Tue, 19 Aug 2025 19:16:08 +0800 Subject: [PATCH] feat: add translate --- apps/i18n/luna/en.json | 2 ++ apps/i18n/luna/zh.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/apps/i18n/luna/en.json b/apps/i18n/luna/en.json index 4ebb0b11a..1de68c387 100644 --- a/apps/i18n/luna/en.json +++ b/apps/i18n/luna/en.json @@ -88,6 +88,8 @@ "Expire time": "Expire time", "ExpiredTime": "Expire time", "Face online required": "This login requires face verification and monitoring. Do you want to continue?", + "Face verify": "Face verify", + "Please complete the face verification": "Please complete the face verification", "Face verify required": "This login requires face verification. Do you want to continue?", "Face verify success": "Face verify success", "Failed to open address": "Failed to Open Address", diff --git a/apps/i18n/luna/zh.json b/apps/i18n/luna/zh.json index 4c3fdb2bb..032b3c7b1 100644 --- a/apps/i18n/luna/zh.json +++ b/apps/i18n/luna/zh.json @@ -86,6 +86,8 @@ "Expire time": "过期时间", "ExpiredTime": "有效期限", "Face online required": "本次登录需要进行人脸验证和监控,是否继续?", + "Face verify": "人脸验证", + "Please complete the face verification": "请完成此人脸认证", "Face verify required": "本次登录需要进行人脸验证,是否继续?", "Face verify success": "人脸验证成功", "FaceOnlineNotSupported": "不支持人脸在线验证",