116 lines
6.4 KiB
YAML
116 lines
6.4 KiB
YAML
en:
|
|
users:
|
|
confirmations:
|
|
confirmed: Your email address has been successfully confirmed.
|
|
new:
|
|
resend_confirmation_instructions: Resend confirmation instructions
|
|
send_instructions: You will receive an email with instructions for how to confirm your email address in a few minutes.
|
|
send_paranoid_instructions: If your email address exists in our database, you will receive an email with instructions for how to confirm your email address in a few minutes.
|
|
failure:
|
|
already_authenticated: You are already signed in.
|
|
inactive: Your account is not activated yet.
|
|
invalid: Invalid %{authentication_keys} or password.
|
|
last_attempt: You have one more attempt before your account is locked.
|
|
locked: Your account is locked.
|
|
not_found_in_database: Invalid %{authentication_keys} or password.
|
|
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 email address before continuing.
|
|
mailer:
|
|
confirmation_instructions:
|
|
action: Confirm my account
|
|
greeting: Welcome %{recipient}!
|
|
instruction: 'You can confirm your account email through the link below:'
|
|
subject: Confirmation instructions
|
|
email_changed:
|
|
greeting: Hello %{recipient}!
|
|
message: We're contacting you to notify you that your email has been changed to %{email}.
|
|
subject: Email Changed
|
|
password_change:
|
|
greeting: Hello %{recipient}!
|
|
message: We're contacting you to notify you that your password has been changed.
|
|
subject: Password Changed
|
|
reset_password_instructions:
|
|
action: Change my password
|
|
greeting: Hello %{recipient}!
|
|
instruction: Someone has requested a link to change your password. 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.
|
|
subject: Reset password instructions
|
|
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 number of unsuccessful sign in attempts.
|
|
subject: Unlock instructions
|
|
omniauth_callbacks:
|
|
failure: Could not authenticate you from %{kind} because "%{reason}".
|
|
success: Successfully authenticated from %{kind} account.
|
|
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:
|
|
forgot_your_password: Forgot your password?
|
|
send_me_reset_password_instructions: Send me reset password instructions
|
|
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 on 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 has been changed successfully. You are now signed in.
|
|
updated_not_active: Your password has been changed successfully.
|
|
registrations:
|
|
destroyed: Bye! Your account has been successfully cancelled. We hope to see you again soon.
|
|
edit:
|
|
currently_waiting_confirmation_for_email: 'Currently waiting confirmation for: %{email}'
|
|
leave_blank_if_you_don_t_want_to_change_it: Leave blank if you don't want to change it.
|
|
update: Update
|
|
we_need_your_current_password_to_confirm_your_changes: >-
|
|
We need your current password to confirm your changes.
|
|
Sign out and recover password if you forgot it.
|
|
new:
|
|
sign_up: Sign up
|
|
signed_up: Welcome! You have signed up successfully.
|
|
signed_up_but_inactive: You have signed up successfully. However, we could not sign you in because your account is not yet activated.
|
|
signed_up_but_locked: You have signed up successfully. However, we could not sign you in because your account is locked.
|
|
signed_up_but_unconfirmed: A message with a confirmation link has been sent to your email address. Please follow the link to activate your account.
|
|
update_needs_confirmation: You updated your account successfully, but we need to verify your new email address. Please check your email and follow the confirm link to confirm your new email address.
|
|
updated: Your account has been updated successfully.
|
|
sessions:
|
|
already_signed_out: Signed out successfully.
|
|
new:
|
|
sign_in: Log in
|
|
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?
|
|
profile: Profile
|
|
sign_in: Log in
|
|
sign_in_with_provider: Sign in with %{provider}
|
|
sign_out: Sign out
|
|
sign_up: Sign up
|
|
settings: Settings
|
|
minimum_password_length:
|
|
one: "(%{count} character minimum)"
|
|
other: "(%{count} characters minimum)"
|
|
unlocks:
|
|
new:
|
|
resend_unlock_instructions: Resend unlock instructions
|
|
send_instructions: You will receive an email with instructions for how to unlock your account in a few minutes.
|
|
send_paranoid_instructions: If your account exists, you will receive an email with instructions for how to unlock it in a few minutes.
|
|
unlocked: Your account has been unlocked successfully. Please sign in to continue.
|
|
errors:
|
|
messages:
|
|
already_confirmed: was already confirmed, please try signing in
|
|
confirmation_period_expired: needs to be confirmed within %{period}, please request a new one
|
|
expired: has expired, please request a new one
|
|
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:"
|