-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathen.yml
More file actions
24 lines (24 loc) · 1.45 KB
/
en.yml
File metadata and controls
24 lines (24 loc) · 1.45 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
en:
graphql_devise:
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."
redirect_url_not_allowed: "Redirect to '%{redirect_url}' not allowed."
passwords:
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."
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:
invalid_token: "Invalid confirmation token. Please try again"
mailer:
unlock_instructions:
account_lock_msg: "Your account has been locked due to an excessive number of unsuccessful sign in attempts."