Skip to content

Commit

Permalink
Add more translation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
octoberapp committed Aug 16, 2024
1 parent 09ecb8a commit 2c4ea87
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"Activated": "Activated",
"Detail": "Detail",
"Status": "Status",
"History": "History",
"Inactivated": "Inactivated",
"Unspecified": "Unspecified",
"Joined": "Joined",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}

0 comments on commit 2c4ea87

Please sign in to comment.