Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Devise translations #3132

Merged
merged 1 commit into from
Mar 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions core/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -727,49 +727,6 @@ en:
user:
one: User
other: Users
devise:
confirmations:
confirmed: Your account was successfully confirmed. You are now signed in.
send_instructions: You will receive an email with instructions about how to
confirm your account in a few minutes.
failure:
inactive: Your account was not activated yet.
invalid: Invalid email or password.
invalid_token: Invalid authentication token.
locked: Your account is locked.
timeout: Your session expired, please sign in again to continue.
unauthenticated: You need to sign in or sign up before continuing.
unconfirmed: You have to confirm your account before continuing.
mailer:
confirmation_instructions:
subject: Confirmation Instructions
reset_password_instructions:
subject: Reset Password Instructions
unlock_instructions:
subject: Unlock Instructions
oauth_callbacks:
failure: Could not authorize you from %{kind} because %{reason}.
success: Successfully authorized from %{kind} account.
unlocks:
send_instructions: You will receive an email with instructions about how to
unlock your account in a few minutes.
unlocked: Your account was successfully unlocked. You are now signed in.
user_passwords:
user:
cannot_be_blank: Your password cannot be blank.
send_instructions: You will receive an email with instructions about how to
reset your password in a few minutes.
updated: Your password was changed successfully. You are now signed in.
user_registrations:
destroyed: Bye! Your account was successfully cancelled. We hope to see you
again soon.
inactive_signed_up: You have signed up successfully. However, we could not sign
you in because your account is %{reason}.
signed_up: Welcome! You have signed up successfully.
updated: You updated your account successfully.
user_sessions:
signed_in: Signed in successfully.
signed_out: Signed out successfully.
errors:
messages:
already_confirmed: was already confirmed
Expand Down