en.yml
3.99 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
en:
dictionary:
same_email: &same_email The same email address used to sign up.
your_full_name: &your_full_name Your full name.
your_email_is_our_communication_channel: &your_email_is_our_communication_channel Your email is our communication channel. Make sure you have typed it correctly.
password_instructions: &password_instructions Your password must have at least 8 characters. Strong passwords contain numbers, symbols, upper and lowercase characters.
confirm_your_password: &confirm_your_password Confirm your password.
activerecord:
attributes:
user:
name: Name
current_password: Current password
email: Email
password: Password
password_confirmation: Password confirmation
remember_me: Remember me
models:
user: User
devise:
confirmations:
new:
resend_confirmation_instructions: Resend confirmation instructions
mailer:
confirmation_instructions:
action: Confirm my account
greeting: Welcome %{recipient}!
instruction: 'You can confirm your account email through the link below:'
reset_password_instructions:
action: Change my password
greeting: Hello %{recipient}!
instruction: Someone has requested a link to change your password, and you can do this through the link below.
instruction_2: If you didn't request this, please ignore this email.
instruction_3: Your password won't change until you access the link above and create a new one.
unlock_instructions:
action: Unlock my account
greeting: Hello %{recipient}!
instruction: 'Click the link below to unlock your account:'
message: Your account has been locked due to an excessive amount of unsuccessful sign in attempts.
passwords:
edit:
change_my_password: Change my password
change_your_password: Change your password
confirm_new_password: Confirm new password
new_password: New password
new:
same_email: *same_email
forgot_your_password: Forgot your password?
send_me_reset_password_instructions: Send me reset password instructions
registrations:
edit:
are_you_sure: Are you sure?
cancel_my_account: Cancel my account
currently_waiting_confirmation_for_email: 'Currently waiting confirmation for: %{email}'
leave_blank_if_you_don_t_want_to_change_it: leave blank if you dont want to change it
title: Edit %{resource}
unhappy: Unhappy
update: Update
we_need_your_current_password_to_confirm_your_changes: we need your current password to confirm your changes
current_password_required: Your current password is needed to confirm your changes.
your_full_name: *your_full_name
your_email_is_our_communication_channel: *your_email_is_our_communication_channel
password_instructions: *password_instructions
confirm_your_password: *confirm_your_password
new:
sign_up: Sign up
your_full_name: *your_full_name
your_email_is_our_communication_channel: *your_email_is_our_communication_channel
password_instructions: *password_instructions
confirm_your_password: *confirm_your_password
sessions:
new:
sign_in: Sign in
same_email: *same_email
forgot_password_link_html: If you forgot your password, follow this %{link} to reset it.
stay_logged_in: Stay logged in.
user:
signed_in: Signed in successfully.
signed_out: Signed out successfully.
shared:
links:
back: Back
didn_t_receive_confirmation_instructions: Didn't receive confirmation instructions?
didn_t_receive_unlock_instructions: Didn't receive unlock instructions?
forgot_your_password: Forgot your password?
sign_in: Sign in
sign_in_with_provider: Sign in with %{provider}
sign_up: Sign up
unlocks:
new:
resend_unlock_instructions: Resend unlock instructions