From 3b74f5f3590d094864770c5b81ed2c3a3f01e443 Mon Sep 17 00:00:00 2001 From: cyril59310 Date: Fri, 17 Feb 2023 19:50:18 +0100 Subject: [PATCH 1/4] empty --- empty | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 empty diff --git a/empty b/empty new file mode 100644 index 000000000..e69de29bb From 6de57f328336103ee15a0c65c77a209406c996ea Mon Sep 17 00:00:00 2001 From: Cyril59310 <70776486+cyril59310@users.noreply.github.com> Date: Sat, 4 Mar 2023 15:08:14 +0100 Subject: [PATCH 2/4] Delete empty --- empty | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 empty diff --git a/empty b/empty deleted file mode 100644 index e69de29bb..000000000 From 70bb69fc73257df6da80b1278d7bfc8f0f449fc1 Mon Sep 17 00:00:00 2001 From: cyril59310 Date: Sat, 4 Mar 2023 15:17:20 +0100 Subject: [PATCH 3/4] add keys for translation --- src/components/notifications/LunaSea.vue | 4 ++-- src/lang/en.json | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/notifications/LunaSea.vue b/src/components/notifications/LunaSea.vue index 1ee4a8a51..ca21efcba 100644 --- a/src/components/notifications/LunaSea.vue +++ b/src/components/notifications/LunaSea.vue @@ -4,8 +4,8 @@

diff --git a/src/lang/en.json b/src/lang/en.json index 8f28c8e3a..22985318b 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -442,7 +442,6 @@ "Clone Monitor": "Clone Monitor", "Clone": "Clone", "cloneOf": "Clone of {0}", - "Description": "Description", "smtp": "Email (SMTP)", "secureOptionNone": "None / STARTTLS (25, 587)", "secureOptionTLS": "TLS (465)", @@ -703,5 +702,8 @@ "pagertreeCritical": "Critical", "pagertreeResolve": "Auto Resolve", "pagertreeDoNothing": "Do Nothing", - "wayToGetPagerTreeIntegrationURL": "After creating the Uptime Kuma integration in PagerTree, copy the Endpoint. See full details {0}" + "wayToGetPagerTreeIntegrationURL": "After creating the Uptime Kuma integration in PagerTree, copy the Endpoint. See full details {0}", + "Add New Tag": "Add new tag", + "Target": "target", + "Device ID": "Device ID" } From 6e0aa109bc335d8cf04c350923203bc57baa057d Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 10 Mar 2023 15:36:23 +0800 Subject: [PATCH 4/4] Uppercase and improve language keys --- src/components/notifications/LunaSea.vue | 8 ++++---- src/lang/en.json | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/notifications/LunaSea.vue b/src/components/notifications/LunaSea.vue index ca21efcba..f87205d42 100644 --- a/src/components/notifications/LunaSea.vue +++ b/src/components/notifications/LunaSea.vue @@ -4,17 +4,17 @@

- +
- +
diff --git a/src/lang/en.json b/src/lang/en.json index 22985318b..382ad2295 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -154,6 +154,7 @@ "Token": "Token", "Show URI": "Show URI", "Tags": "Tags", + "Add New Tag": "Add New Tag", "Add New below or Select...": "Add New below or Select…", "Tag with this name already exist.": "Tag with this name already exists.", "Tag with this value already exist.": "Tag with this value already exists.", @@ -703,7 +704,7 @@ "pagertreeResolve": "Auto Resolve", "pagertreeDoNothing": "Do Nothing", "wayToGetPagerTreeIntegrationURL": "After creating the Uptime Kuma integration in PagerTree, copy the Endpoint. See full details {0}", - "Add New Tag": "Add new tag", - "Target": "target", - "Device ID": "Device ID" + "lunaseaTarget": "target", + "lunaseaDeviceID": "Device ID", + "lunaseaUserID": "User ID" }