Newer
Older
dmpopidor / config / locales / contact_us / contact_us.ru.yml
# Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

ru:
  contact_us:
    contact_mailer:
      contact_email:
        sent_by_contact_form: "Отправлено через контактную форму через %{email}"
        sent_by_name: "Отправлено от %{name} через %{email}"
        subject: "Контактное сообщение от %{email}"
    contacts:
      new: &new
        contact_us: "Свяжитесь с Нами"
        email: "Электронная Почта"
        message: "Сообщение"
        name: "Имя"
        subject: "Тематика"
        submit: "Отправить"
      new_formtastic:
        <<: *new
      new_simple_form:
        <<: *new
    notices:
      error: "Вы должны заполнить оба поля."
      success: "Контактное сообщение отправлено."