From 82878b1299ba7aa9d80458246e44b4a01ac4144f Mon Sep 17 00:00:00 2001 From: unitwk Date: Sun, 15 Jan 2023 15:56:14 +0800 Subject: [PATCH] Feat: language translate --- src/i18n/language/en_us.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/language/en_us.json b/src/i18n/language/en_us.json index 8553932..2808b89 100755 --- a/src/i18n/language/en_us.json +++ b/src/i18n/language/en_us.json @@ -219,7 +219,9 @@ "unzipError": "Failed decompress file.", "hiperError": "Unable to start another HiPer process: HiPer is running.!" }, - "hiper": { - "alreadyExist": "Unable to start multiple HiPer process: HiPer is running." + "frp": { + "downloadErr": "Downloading the FRP application failed, and the FRP intranet mapping program cannot be started normally.", + "installing": "Downloading and installing the FRP intranet mapping program at the same time, we will automatically start the mapping function later...", + "done": "The FRP intranet mapping program is installed. You can check the mapping status from the upper left corner. If it is not displayed, it may be blocked by antivirus software, file permissions are insufficient, or the FRP key is wrong." } }