diff --git a/src/components/settings/Security.vue b/src/components/settings/Security.vue index 00a2fe3096..cd6e7dfee2 100644 --- a/src/components/settings/Security.vue +++ b/src/components/settings/Security.vue @@ -93,10 +93,16 @@ - -

- -

+ + + + + +

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

diff --git a/src/lang/en.json b/src/lang/en.json index 806d6fbd6f..7d87582b22 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -112,8 +112,10 @@ "Update Password": "Update Password", "Disable Auth": "Disable Auth", "Enable Auth": "Enable Auth", - "disableauth.message1": "Are you sure want to disable authentication?", - "disableauth.message2": "It is designed for scenarios where you intend to implement third-party authentication in front of Uptime Kuma such as Cloudflare Access, Authelia or other authentication mechanisms.", + "disableauth.message1": "Are you sure want to {disableAuth}?", + "disable authentication": "disable authentication", + "disableauth.message2": "It is designed for scenarios where you {intendThirdPartyAuth} in front of Uptime Kuma such as Cloudflare Access, Authelia or other authentication mechanisms.", + "where you intend to implement third-party authentication": "where you intend to implement third-party authentication", "Please use this option carefully!": "Please use this option carefully!", "Logout": "Logout", "Leave": "Leave", @@ -565,7 +567,7 @@ "notificationDescription": "Notifications must be assigned to a monitor to function.", "keywordDescription": "Search keyword in plain HTML or JSON response. The search is case-sensitive.", "invertKeywordDescription": "Look for the keyword to be absent rather than present.", - "jsonQueryDescription": "Do a json Query against the response and check for expected value (Return value will get converted into string for comparison). Check out jsonata.org for the documentation about the query language. A playground can be found here.", + "jsonQueryDescription": "Do a json Query against the response and check for expected value (Return value will get converted into string for comparison). Check out {0} for the documentation about the query language. A playground can be found {1}.", "backupDescription": "You can backup all monitors and notifications into a JSON file.", "backupDescription2": "Note: history and event data is not included.", "backupDescription3": "Sensitive data such as notification tokens are included in the export file; please store export securely.", diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 4b82bdf67c..60955d3840 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -149,9 +149,10 @@ - -
-
+ + jsonata.org + {{ $t('here') }} +