Newer
Older
dmpopidor / config / locales / contact_us / contact_us.zh.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.

zh:
  contact_us:
    contact_mailer:
      contact_email:
        sent_by_contact_form: "由contact form发送。 %{email}"
        sent_by_name: "Sent by %{name} from %{email}"
        subject: "Contact Us message from %{email}"
    contacts:
      new: &new
        contact_us: "联系我们"
        email: "邮箱"
        message: "消息"
        name: "Name"
        subject: "Subject"
        submit: "发送"
      new_formtastic:
        <<: *new
      new_simple_form:
        <<: *new
    notices:
      error: "请正确输入邮箱与信息。"
      success: "邮件已成功发送。"