From 3fe91c52cb994d5e8e0617d7a05854c1e8c6c193 Mon Sep 17 00:00:00 2001 From: zsxeee Date: Tue, 12 Oct 2021 16:29:18 +0800 Subject: [PATCH] Fix i18n Missing webhook json description Ajust Telegram context-based sentence, (also changed translated language files) Missing primary base url label Wrong PromoSMS i18n Missing Octopush legacy hint Missing Matrix i18n Missing push url i18n --- src/components/notifications/Matrix.vue | 18 +++++++++--------- src/components/notifications/Octopush.vue | 2 +- src/components/notifications/PromoSMS.vue | 6 +++--- src/components/notifications/Telegram.vue | 6 +++--- src/components/notifications/Webhook.vue | 2 +- src/languages/en.js | 12 +++++++++++- src/languages/fr-FR.js | 2 +- src/languages/ko-KR.js | 2 +- src/languages/nb-NO.js | 2 +- src/languages/pl.js | 2 +- src/pages/EditMonitor.vue | 4 ++-- src/pages/Settings.vue | 2 +- 12 files changed, 35 insertions(+), 25 deletions(-) diff --git a/src/components/notifications/Matrix.vue b/src/components/notifications/Matrix.vue index d1e973cd1..d47906461 100644 --- a/src/components/notifications/Matrix.vue +++ b/src/components/notifications/Matrix.vue @@ -1,25 +1,25 @@ @@ -30,5 +30,5 @@ export default { components: { HiddenInput, }, -} +}; diff --git a/src/components/notifications/Octopush.vue b/src/components/notifications/Octopush.vue index c75e87d33..37629d390 100644 --- a/src/components/notifications/Octopush.vue +++ b/src/components/notifications/Octopush.vue @@ -6,7 +6,7 @@
- Do you use the legacy version of Octopush (2011-2020) or the new version? + {{ $t("octopushLegacyHint") }}
diff --git a/src/components/notifications/PromoSMS.vue b/src/components/notifications/PromoSMS.vue index 640360d08..06dea0b21 100644 --- a/src/components/notifications/PromoSMS.vue +++ b/src/components/notifications/PromoSMS.vue @@ -13,9 +13,10 @@ - +
+ {{ $t("checkPrice", [$t("promosms")]) }} https://promosms.com/cennik/ - +
@@ -25,7 +26,6 @@
-