mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
17 lines
845 B
YAML
17 lines
845 B
YAML
en:
|
|
devise:
|
|
sessions:
|
|
signed_in: 'Signed in successfully.'
|
|
signed_out: 'Signed out successfully.'
|
|
unauthenticated: 'Invalid email or password.'
|
|
unconfirmed: 'Your account was not confirmed and your confirmation period has expired.'
|
|
passwords:
|
|
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.'
|
|
confirmations:
|
|
send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
|
|
confirmed: 'Your account was successfully confirmed. You are now signed in.'
|
|
notifier:
|
|
confirmation_instructions: 'Confirmation instructions'
|
|
reset_password_instructions: 'Reset password instructions'
|
|
|