en.yml 3.99 KB
en:
  dictionary:
    same_email: &same_email The same email address used to sign up.
    your_full_name: &your_full_name Your full name.
    your_email_is_our_communication_channel: &your_email_is_our_communication_channel Your email is our communication channel. Make sure you have typed it correctly.
    password_instructions: &password_instructions Your password must have at least 8 characters. Strong passwords contain numbers, symbols, upper and lowercase characters.
    confirm_your_password: &confirm_your_password Confirm your password.
  activerecord:
    attributes:
      user:
        name: Name
        current_password: Current password
        email: Email
        password: Password
        password_confirmation: Password confirmation
        remember_me: Remember me
    models:
      user: User
  devise:
    confirmations:
      new:
        resend_confirmation_instructions: Resend confirmation instructions
    mailer:
      confirmation_instructions:
        action: Confirm my account
        greeting: Welcome %{recipient}!
        instruction: 'You can confirm your account email through the link below:'
      reset_password_instructions:
        action: Change my password
        greeting: Hello %{recipient}!
        instruction: Someone has requested a link to change your password, and 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.
      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 amount of unsuccessful sign in attempts.
    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:
        same_email: *same_email
        forgot_your_password: Forgot your password?
        send_me_reset_password_instructions: Send me reset password instructions
    registrations:
      edit:
        are_you_sure: Are you sure?
        cancel_my_account: Cancel my account
        currently_waiting_confirmation_for_email: 'Currently waiting confirmation for: %{email}'
        leave_blank_if_you_don_t_want_to_change_it: leave blank if you dont want to change it
        title: Edit %{resource}
        unhappy: Unhappy
        update: Update
        we_need_your_current_password_to_confirm_your_changes: we need your current password to confirm your changes
        current_password_required: Your current password is needed to confirm your changes.
        your_full_name: *your_full_name
        your_email_is_our_communication_channel: *your_email_is_our_communication_channel
        password_instructions: *password_instructions
        confirm_your_password: *confirm_your_password
      new:
        sign_up: Sign up
        your_full_name: *your_full_name
        your_email_is_our_communication_channel: *your_email_is_our_communication_channel
        password_instructions: *password_instructions
        confirm_your_password: *confirm_your_password
    sessions:
      new:
        sign_in: Sign in
        same_email: *same_email
        forgot_password_link_html: If you forgot your password, follow this %{link} to reset it.
        stay_logged_in: Stay logged in.
      user:
        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?
        sign_in: Sign in
        sign_in_with_provider: Sign in with %{provider}
        sign_up: Sign up
    unlocks:
      new:
        resend_unlock_instructions: Resend unlock instructions