From 45da7c543193d6a355305830b1c9c8122b030941 Mon Sep 17 00:00:00 2001 From: AnnAngela-work Date: Fri, 29 Apr 2022 20:17:15 +0800 Subject: [PATCH] Improve translation work --- src/components/notifications/ClickSendSMS.vue | 12 ++--- src/components/notifications/Line.vue | 2 +- src/components/notifications/Octopush.vue | 10 ++-- src/components/notifications/PromoSMS.vue | 4 +- src/components/notifications/Pushover.vue | 45 +++++++++-------- src/components/notifications/Pushy.vue | 4 +- src/components/notifications/TechulusPush.vue | 2 +- src/components/settings/About.vue | 4 +- src/languages/en.js | 50 +++++++++++++++++++ src/languages/zh-CN.js | 50 +++++++++++++++++++ src/layouts/Layout.vue | 2 +- src/pages/EditMonitor.vue | 2 +- src/pages/NotFound.vue | 12 ++--- src/pages/StatusPage.vue | 2 +- 14 files changed, 151 insertions(+), 50 deletions(-) diff --git a/src/components/notifications/ClickSendSMS.vue b/src/components/notifications/ClickSendSMS.vue index 4fbb2f414..09d3201ca 100644 --- a/src/components/notifications/ClickSendSMS.vue +++ b/src/components/notifications/ClickSendSMS.vue @@ -1,12 +1,12 @@