Merge pull request #1777 from MarcHagen/change/move_translations_to_i18n

[change] Move i18n from Security to locale files
This commit is contained in:
Louis Lam
2022-06-18 17:17:06 +08:00
committed by GitHub
27 changed files with 83 additions and 156 deletions

View File

@@ -101,6 +101,9 @@ export default {
"Update Password": "Update Password",
"Disable Auth": "Disable Auth",
"Enable Auth": "Enable Auth",
"disableauth.message1": "Are you sure want to <strong>disable authentication</strong>?",
"disableauth.message2": "It is designed for scenarios <strong>where you intend to implement third-party authentication</strong> in front of Uptime Kuma such as Cloudflare Access, Authelia or other authentication mechanisms.",
"Please use this option carefully!": "Please use this option carefully!",
Logout: "Logout",
Leave: "Leave",
"I understand, please disable": "I understand, please disable",