diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-11-27 22:47:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 22:47:06 +0100 |
commit | 706e534455e2137c324c0ebb30435e7630ab7c1f (patch) | |
tree | 9875215f85439929a41d70853a674a2c33096f93 /config/locales | |
parent | ff78c1177a180f1b9aec8464734ac3aa1c888874 (diff) |
Add UI for setting up account migration (#5832)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 36b6981cb..2b7e9f2e2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -347,6 +347,8 @@ en: invalid_reset_password_token: Password reset token is invalid or expired. Please request a new one. login: Log in logout: Logout + migrate_account: Move to a different account + migrate_account_html: If you wish to redirect this account to a different one, you can <a href="%{path}">configure it here</a>. register: Sign up resend_confirmation: Resend confirmation instructions reset_password: Reset password @@ -454,6 +456,10 @@ en: validations: images_and_video: Cannot attach a video to a status that already contains images too_many: Cannot attach more than 4 files + migrations: + acct: username@domain of the new account + currently_redirecting: 'Your profile is set to redirect to:' + proceed: Save moderation: title: Moderation notification_mailer: @@ -568,6 +574,7 @@ en: export: Data export followers: Authorized followers import: Import + migrate: Account migration notifications: Notifications preferences: Preferences settings: Settings |