Skip to content

Instantly share code, notes, and snippets.

@foxzool
Created January 17, 2011 03:21
Show Gist options
  • Select an option

  • Save foxzool/782456 to your computer and use it in GitHub Desktop.

Select an option

Save foxzool/782456 to your computer and use it in GitHub Desktop.

Revisions

  1. foxzool created this gist Jan 17, 2011.
    23 changes: 23 additions & 0 deletions simple_form.zh-CN.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    zh-CN:
    simple_form:
    "yes": ''
    "no": ''
    required:
    text: '需要'
    mark: '*'
    # You can uncomment the line below if you need to overwrite the whole required html.
    # When using html, text and mark won't be used.
    # html: '<abbr title="required">*</abbr>'
    error_notification:
    default_message: "发现一些错误,请检查:"
    # Labels and hints examples
    # labels:
    # password: 'Password'
    # user:
    # new:
    # email: 'E-mail para efetuar o sign in.'
    # edit:
    # email: 'E-mail.'
    # hints:
    # username: 'User name to sign in.'
    # password: 'No special characters, please.'