Created
January 17, 2011 03:21
-
-
Save foxzool/782456 to your computer and use it in GitHub Desktop.
simple_form zh-CN i18n
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment