diff options
author | Starfall <us@starfall.systems> | 2021-07-07 11:46:33 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2021-07-07 11:46:33 -0500 |
commit | d30025d28d813999bfe98ce9cee2cda3bebf6c22 (patch) | |
tree | e2cf70344fc6426f3a2c778d3b6d3bab9e22c078 /config/locales | |
parent | fadb06ef6e1950a82f08673683e705943b93ba40 (diff) | |
parent | 0c2eb949fc21ceecbd99a81e5ffe75517a1e64df (diff) |
Merge branch 'glitch'
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 6274031dc..cdb2e3df7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1004,6 +1004,17 @@ en: lists: errors: limit: You have reached the maximum amount of lists + login_activities: + authentication_methods: + otp: two-factor authentication app + password: password + sign_in_token: e-mail security code + webauthn: security keys + description_html: If you see activity that you don't recognize, consider changing your password and enabling two-factor authentication. + empty: No authentication history available + failed_sign_in_html: Failed sign-in attempt with %{method} from %{ip} (%{browser}) + successful_sign_in_html: Successful sign-in with %{method} from %{ip} (%{browser}) + title: Authentication history media_attachments: validations: images_and_video: Cannot attach a video to a post that already contains images @@ -1211,6 +1222,7 @@ en: revoke: Revoke revoke_success: Session successfully revoked title: Sessions + view_authentication_history: View authentication history of your account settings: account: Account account_settings: Account settings |