-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathauthenticate.en.yml
65 lines (65 loc) · 2.05 KB
/
authenticate.en.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
en:
authenticate:
models:
authenticate_mailer:
change_password: Change your password
authenticate_mailer:
change_password:
closing: If you didn't request this, ignore this email. Your password has not been changed.
link_text: Change my password
opening: Someone has requested a link to change your password. You can do this through the link below.
flashes:
failure_after_update: Password can't be blank.
failure_when_forbidden: Please double check the URL or try submitting the form again.
failure_when_not_signed_in: Please sign in to continue.
failure_token_expired: Your password change request has expired. Please click 'Forgot Password' and try again.
success_password_changed: Your password has been updated.
helpers:
label:
password:
email: Email address
password_reset:
password: Choose password
submit:
password:
submit: Reset password
password_reset:
submit: Save this password
session:
submit: Sign in
user:
create: Sign up
layouts:
application:
sign_in: Sign in
sign_out: Sign out
passwords:
create:
description: You will receive an email within the next few minutes. It
contains instructions for changing your password.
edit:
description: Your password can be reset. Choose a new password below.
title: Change your password
new:
description: To be emailed a link to reset your password, please enter your email address.
title: Reset your password?
sessions:
form:
forgot_password: Forgot password?
sign_up: Sign up
new:
title: Sign in
users:
new:
sign_in: Sign in
title: Sign up
callbacks:
authenticatable:
failure: Invalid id or password
brute_force:
failure: "Your account is locked, will unlock in %{time_remaining}"
lifetimed:
failure: Your session has reached it's maximum allowed lifetime, you must log in again
timeoutable:
failure: Your session has expired