Browse Source

Add full stops to devise.en.yml

pull/2674/head
Manny Dinssa 2 years ago
parent
commit
7382696371
  1. 52
      config/locales/devise.en.yml

52
config/locales/devise.en.yml

@ -3,56 +3,56 @@
en: en:
devise: devise:
confirmations: confirmations:
confirmed: "Your email address has been successfully confirmed" confirmed: "Your email address has been successfully confirmed."
send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes" 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 in a few minutes with instructions for how to confirm your email address" send_paranoid_instructions: "If your email address exists in our database, you will receive an email in a few minutes with instructions for how to confirm your email address."
failure: failure:
already_authenticated: "You are already signed in" already_authenticated: "You are already signed in."
inactive: "Your account has not been activated yet" inactive: "Your account has not been activated yet."
invalid: "Incorrect %{authentication_keys} or password" invalid: "Incorrect %{authentication_keys} or password."
locked: "Your account has been locked." locked: "Your account has been locked."
last_attempt: "You have one more attempt before your account is locked" last_attempt: "You have one more attempt before your account is locked."
not_found_in_database: "Incorrect %{authentication_keys} or password" not_found_in_database: "Incorrect %{authentication_keys} or password."
timeout: "Your session expired. Sign in again to continue." timeout: "Your session expired. Sign in again to continue."
unauthenticated: "You need to sign in or sign up before continuing" unauthenticated: "You need to sign in or sign up before continuing."
unconfirmed: "You must confirm your email address before continuing" unconfirmed: "You must confirm your email address before continuing."
mailer: mailer:
confirmation_instructions: confirmation_instructions:
subject: "Confirmation instructions" subject: "Confirmation instructions."
reset_password_instructions: reset_password_instructions:
subject: "Reset password instructions" subject: "Reset password instructions."
unlock_instructions: unlock_instructions:
subject: "Unlock instructions" subject: "Unlock instructions."
email_changed: email_changed:
subject: "Email successfully changed" subject: "Email successfully changed."
password_change: password_change:
subject: "Password successfully changed" subject: "Password successfully changed."
omniauth_callbacks: omniauth_callbacks:
failure: 'We could not authenticate you from %{kind} because "%{reason}"' failure: 'We could not authenticate you from %{kind} because "%{reason}"'
success: "Successfully authenticated from %{kind} account" success: "Successfully authenticated from %{kind} account."
passwords: passwords:
no_token: "You can’t access this page unless you’re trying to reset your password. Check you’re using the correct URL in the email we sent you." no_token: "You can’t access this page unless you’re trying to reset your password. Check you’re using the correct URL in the email we sent you."
send_instructions: "You will receive an email in a few minutes with instructions on how to reset your password" send_instructions: "You will receive an email in a few minutes with instructions on how to reset your password."
send_paranoid_instructions: "If your email address exists in our database, you will receive an email in the next few minutes with a link to recover your password" send_paranoid_instructions: "If your email address exists in our database, you will receive an email in the next few minutes with a link to recover your password."
updated: "Your password has been successfully changed. You are now signed in." updated: "Your password has been successfully changed. You are now signed in."
updated_2FA: "Your password has been successfully changed. We’ve sent you a security code." updated_2FA: "Your password has been successfully changed. We’ve sent you a security code."
updated_not_active: "Your password has been successfully changed" updated_not_active: "Your password has been successfully changed."
registrations: registrations:
destroyed: "Your account has been successfully cancelled" destroyed: "Your account has been successfully cancelled."
signed_up: "You have successfully signed up for an account" signed_up: "You have successfully signed up for an account."
signed_up_but_inactive: "You have successfully signed up for an account. You won’t be able to sign in until your account is activated." signed_up_but_inactive: "You have successfully signed up for an account. You won’t be able to sign in until your account is activated."
signed_up_but_locked: "You have successfully signed up for an account. We could not sign you in because your account is locked." signed_up_but_locked: "You have successfully signed up for an account. We could not sign you in because your account is locked."
signed_up_but_unconfirmed: "We’ve sent a confirmation link to your email address. Follow the link to activate your account." signed_up_but_unconfirmed: "We’ve sent a confirmation link to your email address. Follow the link to activate your account."
update_needs_confirmation: "You successfully updated your account. We need to verify your new email address. Check your email and follow the confirmation link to confirm your new email address." update_needs_confirmation: "You successfully updated your account. We need to verify your new email address. Check your email and follow the confirmation link to confirm your new email address."
updated: "Your account has been successfully updated" updated: "Your account has been successfully updated."
updated_but_not_signed_in: "Your account has been successfully updated. You’ll need to sign in again." updated_but_not_signed_in: "Your account has been successfully updated. You’ll need to sign in again."
sessions: sessions:
signed_in: "" signed_in: ""
signed_out: "" signed_out: ""
already_signed_out: "" already_signed_out: ""
unlocks: unlocks:
send_instructions: "You will receive an email in a few minutes with instructions for how to unlock your account" send_instructions: "You will receive an email in a few minutes with instructions for how to unlock your account."
send_paranoid_instructions: "If your account exists, you will receive an email in a few minutes with instructions for how to unlock it" send_paranoid_instructions: "If your account exists, you will receive an email in a few minutes with instructions for how to unlock it."
unlocked: "Your account has been successfully unlocked. Sign in to continue." unlocked: "Your account has been successfully unlocked. Sign in to continue."
activation: activation:
deactivated: "%{user_name} account has been deactivated." deactivated: "%{user_name} account has been deactivated."
@ -65,8 +65,8 @@ en:
confirmation: "The passwords you entered do not match. Try again." confirmation: "The passwords you entered do not match. Try again."
confirmation_period_expired: "Email needs to be confirmed within %{period}. Request a new link below." confirmation_period_expired: "Email needs to be confirmed within %{period}. Request a new link below."
expired: "Token has expired. Request a new token." expired: "Token has expired. Request a new token."
not_found: "was not found" not_found: "was not found."
not_locked: "has not been locked" not_locked: "has not been locked."
not_saved: not_saved:
one: "One error stopped this %{resource} from being saved:" one: "One error stopped this %{resource} from being saved:"
other: "%{count} errors stopped this %{resource} from being saved:" other: "%{count} errors stopped this %{resource} from being saved:"

Loading…
Cancel
Save