diff --git a/src/components/notifications/Cellsynt.vue b/src/components/notifications/Cellsynt.vue index 2e8a6de71..54668aef7 100644 --- a/src/components/notifications/Cellsynt.vue +++ b/src/components/notifications/Cellsynt.vue @@ -14,25 +14,25 @@
-

{{ $t("Alphanumeric (recommended)") }}:
{{ $t("Alphanumeric string (max 11 alphanumeric characters). Recipients can not reply to the message.") }}

-

{{ $t("Telephone number") }}:
{{ $t("Numeric value (max 15 digits) with telephone number on international format without leading 00 (example UK number 07920 110 000 should be set as 447920110000). Recipients can reply to the message.") }}

+

{{ $t("Alphanumeric (recommended)") }}:
{{ $t("cellsyntOriginatortypeAlphanumeric") }}

+

{{ $t("Telephone number") }}:
{{ $t("cellsyntOriginatortypeNumeric") }}

-

{{ $t("Visible on recipient's mobile phone as originator of the message. Allowed values and function depends on parameter originatortype.") }}

+

{{ $t("cellsyntOriginator") }}

-

{{ $t("Recipient's telephone number using international format with leading 00 followed by country code, e.g. 00447920110000 for the UK number 07920 110 000 (max 17 digits in total). Max 25000 comma separated recipients per HTTP request.") }}

+

{{ $t("cellsyntDestination") }}

-
{{ $t("Split long messages into up to 6 parts. 153 x 6 = 918 characters.") }}
+
{{ $t("cellsyntSplitLongMessages") }}
https://www.cellsynt.com/en/ diff --git a/src/components/notifications/ClickSendSMS.vue b/src/components/notifications/ClickSendSMS.vue index dbaca0452..b0aec48eb 100644 --- a/src/components/notifications/ClickSendSMS.vue +++ b/src/components/notifications/ClickSendSMS.vue @@ -10,7 +10,7 @@
- {{ $t("checkPrice", [$t("clicksendsms")]) }} + {{ $t("checkPrice", ["clicksendsms"]) }} https://clicksend.com/us/pricing
diff --git a/src/components/notifications/Octopush.vue b/src/components/notifications/Octopush.vue index 15cebe8b3..e3c8c0f04 100644 --- a/src/components/notifications/Octopush.vue +++ b/src/components/notifications/Octopush.vue @@ -2,7 +2,7 @@
diff --git a/src/components/notifications/RocketChat.vue b/src/components/notifications/RocketChat.vue index 78466060b..883b804be 100644 --- a/src/components/notifications/RocketChat.vue +++ b/src/components/notifications/RocketChat.vue @@ -14,7 +14,7 @@ https://docs.rocket.chat/guides/administration/administration/integrations

- {{ $t("aboutChannelName", [$t("rocket.chat")]) }} + {{ $t("aboutChannelName", ["rocket.chat"]) }}

{{ $t("aboutKumaURL") }} diff --git a/src/components/notifications/Slack.vue b/src/components/notifications/Slack.vue index 9fa9f34be..9d781ef56 100644 --- a/src/components/notifications/Slack.vue +++ b/src/components/notifications/Slack.vue @@ -24,7 +24,7 @@ https://api.slack.com/messaging/webhooks

- {{ $t("aboutChannelName", [$t("slack")]) }} + {{ $t("aboutChannelName", ["slack"]) }}

{{ $t("aboutKumaURL") }} diff --git a/src/components/settings/Security.vue b/src/components/settings/Security.vue index 5d8aed85b..31093e778 100644 --- a/src/components/settings/Security.vue +++ b/src/components/settings/Security.vue @@ -100,7 +100,7 @@

{{ $t("Please use this option carefully!") }}

diff --git a/src/lang/en.json b/src/lang/en.json index b6687bc3c..3f7bde3aa 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1174,6 +1174,7 @@ "resendFromName": "From Name", "resendFromEmail": "From Email", "resendLeaveBlankForDefaultName": "leave blank for default name", + "resendLeaveBlankForDefaultSubject": "Leave blank for default subject", "resendToEmail": "To Email", "resendSubject": "Subject", "pingCountLabel": "Max Packets", @@ -1245,7 +1246,43 @@ "minimumIntervalWarning": "Intervals below 20 seconds may result in poor performance.", "lowIntervalWarning": "Are you sure want to set the interval value below 20 seconds? Performance may be degraded, particularly if there are a large number of monitors.", "imageResetConfirmation": "Image reset to default", + "mtls-auth-server-cert-label": "Cert", + "mtls-auth-server-cert-placeholder": "Cert body", + "mtls-auth-server-key-label": "Key", + "mtls-auth-server-key-placeholder": "Key body", + "mtls-auth-server-ca-label": "CA", + "mtls-auth-server-ca-placeholder": "Server CA", "avgPing": "Avg Ping", + "Uptime Kuma": "Uptime Kuma", "maxPing": "Max Ping", - "minPing": "Min Ping" + "minPing": "Min Ping", + "Clear current filters": "Clear current filters", + "Sort options": "Sort options", + "Sort by status": "Sort by status", + "Sort by name": "Sort by name", + "Sort by uptime": "Sort by uptime", + "Sort by certificate expiry": "Sort by certificate expiry", + "Splunk Rest URL": "Splunk Rest URL", + "Severity": "Severity", + "SMSManager": "SMSManager", + "Message Format": "Message Format", + "smscTranslit": "smscTranslit", + "promosms": "promosms", + "Region": "Region", + "PushDeer Server URL": "PushDeer Server URL", + "To Number": "To Number", + "GrafanaOncallURL": "Grafana Oncall URL", + "Never": "Never", + "Json Query": "Json Query", + "System Service": "System Service", + "SSL/TLS": "SSL/TLS", + "playground": "playground", + "Check Type": "Check Type", + "Service Name": "Service Name", + "GRPC Options": "GRPC Options", + "Metadata": "Metadata", + "End": "End", + "Show this Maintenance Message on which Status Pages": "Show this Maintenance Message on which Status Pages", + "Endpoint": "Endpoint", + "Details": "Details" } diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index bb2cc25d7..c9f1069ce 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -1166,16 +1166,16 @@