engine/config/locales/devise.ru.yml
2011-08-12 15:32:37 +04:00

64 lines
3.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ru:
errors:
messages:
not_found: "not found"
already_confirmed: "was already confirmed"
not_locked: "was not locked"
devise:
failure:
admin:
unauthenticated: 'You need to sign in or sign up before continuing.'
unconfirmed: 'You have to confirm your account before continuing.'
locked: 'Your account is locked.'
invalid: 'Invalid email or password.'
no_membership: 'Your account is not a member of this site, please contact the site administrator to gain access.'
invalid_token: 'Invalid authentication token.'
timeout: 'Your session expired, please sign in again to continue.'
inactive: 'Your account was not activated yet.'
sessions:
admin:
signed_in: 'Signed in successfully.'
signed_out: 'Signed out successfully.'
passwords:
admin:
send_instructions: 'Вы получите письмо с инструкциями о том, как сбросить ваш пароль, через несколько минут.'
updated: 'Ваш пароль был успешно изменен. Вы вошли в систему.'
confirmations:
admin:
send_instructions: 'Вы получите письмо с инструкциями о том, как подтвердить ваш аккаунт, через несколько минут.'
confirmed: 'Ваша учетная запись была успешно подтверждена. Вы вошли в систему.'
registrations:
admin:
signed_up: 'You have signed up successfully.'
updated: 'You updated your account successfully.'
destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
unlocks:
admin:
send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.'
unlocked: 'Your account was successfully unlocked. You are now signed in.'
mailer:
admin:
confirmation_instructions: 'Confirmation instructions'
reset_password_instructions: 'Reset password instructions'
unlock_instructions: 'Unlock Instructions'
admin:
mailer:
common:
hello: Hello
confirmation_instructions:
you_can_confirm_your_account_through_the_link_below: "You can confirm your account through the link below:"
confirm_my_account: "Confirm my account"
reset_password_instructions:
reset_password_instruction: "Someone has requested a link to change your password, and you can do this through the link below:"
change_my_password: "Change my password"
wrong_request_instruction: "If you didn't request this, please ignore this email."
unchange_password_message: "Your password won't change until you access the link above and create a new one."
unlock_instructions:
locked_account_message: "Your account has been locked due to an excessive amount of unsuccessful sign in attempts."
unlock_account_instruction: "Click the link below to unlock your account:"
unlock_my_account: "Unlock my account"