This repository was archived by the owner on Feb 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 492
Expand file tree
/
Copy pathen.yml
More file actions
58 lines (58 loc) · 2.9 KB
/
en.yml
File metadata and controls
58 lines (58 loc) · 2.9 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
---
en:
spree:
admin_login: "Admin Login"
change_your_password: "Change your password"
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
confirmation_instructions:
subject: Confirmation 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:
spree_user:
cannot_be_blank: Your password cannot be blank.
no_token: "You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided."
send_instructions: You will receive an email with instructions about how to reset your password in a few minutes.
send_paranoid_instructions: If your email address exists in our database, you will receive a password recovery link at your email address 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.
already_signed_in: Already signed in.
already_signed_out: Already signed out.
errors:
messages:
already_confirmed: was already confirmed
email_is_invalid: Email address cannot be blank
not_found: not found
not_locked: was not locked
not_saved:
one: '1 error prohibited this %{resource} from being saved:'
other: '%{count} errors prohibited this %{resource} from being saved:'