forked from thoughtbot/clearance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clearance.en.yml
72 lines (72 loc) · 1.7 KB
/
clearance.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
66
67
68
69
70
71
72
en:
clearance_mailer:
change_password:
opening:
'Someone, hopefully you, requested we send you a link to change your
password:'
closing:
"If you didn't request this, ignore this email. Your password has not
been changed."
flashes:
failure_when_forbidden:
'Please double check the URL or try submitting the form again.'
failure_after_update:
"Password can't be blank."
failure_after_create:
'Bad email or password. Are you trying to register a new account?
<a href="%{sign_up_path}">Sign up</a>.'
helpers:
submit:
password:
submit:
'Reset password'
password_reset:
submit:
'Save this password'
session:
submit:
'Sign in'
user:
create:
'Sign up'
label:
password:
email:
'Email address'
password_reset:
password:
'Choose password'
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 has been 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:
new:
forgot_password:
'Forgot password?'
sign_up:
'Sign up'
title:
'Sign in'
users:
new:
sign_in:
'Sign in'