From 5fff63cd5979efc7445518627f37193df60104ac Mon Sep 17 00:00:00 2001 From: cyril59310 Date: Sun, 5 Feb 2023 01:07:20 +0100 Subject: [PATCH] add keys for translation --- src/lang/en.json | 5 ++++- src/pages/ManageMaintenance.vue | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index 8a195a2a9..d907f4e0c 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -692,5 +692,8 @@ "PushDeer Key": "PushDeer Key", "wayToGetClickSendSMSToken": "You can get API Username and API Key from {0} .", "Custom Monitor Type": "Custom Monitor Type", - "Google Analytics ID": "Google Analytics ID" + "Google Analytics ID": "Google Analytics ID", + "Edit Tag": "Edit Tag", + "Server Address": "Server Address", + "Learn More": "Learn More" } diff --git a/src/pages/ManageMaintenance.vue b/src/pages/ManageMaintenance.vue index aaffbbf93..478927e87 100644 --- a/src/pages/ManageMaintenance.vue +++ b/src/pages/ManageMaintenance.vue @@ -62,7 +62,7 @@
- Learn More + {{ $t("Learn More") }}