From 2c4ea870d74ee6f023882394d036b8120c6a8489 Mon Sep 17 00:00:00 2001 From: October CMS Date: Sat, 17 Aug 2024 09:06:36 +1000 Subject: [PATCH] Add more translation strings --- lang/en.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/lang/en.json b/lang/en.json index ea077e53..d406b7c7 100644 --- a/lang/en.json +++ b/lang/en.json @@ -47,6 +47,7 @@ "Activated": "Activated", "Detail": "Detail", "Status": "Status", + "History": "History", "Inactivated": "Inactivated", "Unspecified": "Unspecified", "Joined": "Joined", @@ -110,6 +111,7 @@ "User has deactivated their account": "User has deactivated their account", "Back to users list": "Back to users list", "Update details": "Update details", + "Impersonate": "Impersonate", "Impersonate this user? You can revert to your original state by logging out.": "Impersonate this user? You can revert to your original state by logging out.", "Impersonate User": "Impersonate User", "Return to users list": "Return to users list", @@ -119,5 +121,18 @@ "Use this checkbox to generate new random password for the user and send a registration notification email.": "Use this checkbox to generate new random password for the user and send a registration notification email.", "Select a New User Group": "Select a New User Group", "You have been successfully logged out!": "You have been successfully logged out!", - "These credentials do not match our records.": "These credentials do not match our records." + "These credentials do not match our records.": "These credentials do not match our records.", + "You": "You", + ":name created this user": ":name created this user", + ":name has registered as a new user": ":name has registered as a new user", + ":name deleted their account": ":name deleted their account", + ":name authenticated using 2FA successfully": ":name authenticated using 2FA successfully", + ":name authenticated successfully": ":name authenticated successfully", + ":name verified their email address :user_email": ":name verified their email address :user_email", + ":name changed this user's email from :old_value to :new_value": ":name changed this user's email from :old_value to :new_value", + ":name changed their email from :old_value to :new_value": ":name changed their email from :old_value to :new_value", + ":name changed this user's password": ":name changed this user's password", + ":name changed their password": ":name changed their password", + ":name enabled two-factor authentication": ":name enabled two-factor authentication", + ":name disabled two-factor authentication": ":name disabled two-factor authentication" }