field_errors.naml
<override_macro name="field_errors" requires="error">
<n.exception. name="invalid_recaptcha">
<t>Please verify that you are not a robot.</t>
</n.exception.>
<n.exception. name="required_subject">
<t>The subject is required.</t>
</n.exception.>
<n.exception. name="required_name">
<t>You must provide a user name.</t>
</n.exception.>
<n.exception. name="required_message_chinese">
<t>为了过滤垃圾邮件,内容必须包含中文“的”.</t>
</n.exception.>
<n.invalid_email_exception.>
<t>Invalid email address: <n.email/></t>
</n.invalid_email_exception.>
</override_macro>