-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathen.yml
More file actions
39 lines (39 loc) · 2.51 KB
/
en.yml
File metadata and controls
39 lines (39 loc) · 2.51 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
en:
graphql_devise:
redirect_url_not_allowed: "Redirect to '%{redirect_url}' not allowed."
registration_failed: "User couldn't be registered"
resource_build_failed: "Resource couldn't be built, execution stopped."
not_authenticated: "User is not logged in."
user_not_found: "User was not found or was not logged in."
invalid_resource: "Errors present in the resource."
registrations:
missing_confirm_redirect_url: "Missing 'confirm_success_url' parameter. Required when confirmable module is enabled."
passwords:
password_recovery_disabled: "You must enable password recovery for this model."
update_password_error: "Unable to update user password"
missing_passwords: "You must fill out the fields labeled 'Password' and 'Password confirmation'."
password_not_required: "This account does not require a password. Sign in using your '%{provider}' account instead."
reset_token_not_found: "No user found for the specified reset token."
reset_token_expired: "Reset password token is no longer valid."
send_instructions: "You will receive an email with instructions on how to reset your password in a few minutes."
sessions:
bad_credentials: "Invalid login credentials. Please try again."
not_confirmed: "A confirmation email was sent to your account at '%{email}'. You must follow the instructions in the email before your account can be activated"
confirmations:
already_confirmed: "Email was already confirmed, please try signing in"
invalid_token: "Invalid confirmation token. Please try again"
user_not_found: "Unable to find user with email '%{email}'."
send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes."
mailer:
confirmation_instructions:
confirm_link_msg: "You can confirm your account email through the link below:"
confirm_account_link: "Confirm my account"
reset_password_instructions:
request_reset_link_msg: "Someone has requested a link to change your password. You can do this through the link below."
password_change_link: "Change my password"
ignore_mail_msg: "If you didn't request this, please ignore this email."
no_changes_msg: "Your password won't change until you access the link above and create a new one."
unlock_instructions:
account_lock_msg: "Your account has been locked due to an excessive number of unsuccessful sign in attempts."
hello: "hello"
welcome: "welcome"