Skip to content

Instantly share code, notes, and snippets.

@flaneur2020
Created January 5, 2012 11:37
Show Gist options
  • Save flaneur2020/1564910 to your computer and use it in GitHub Desktop.
Save flaneur2020/1564910 to your computer and use it in GitHub Desktop.
authlogic i18n
zh-CN:
authlogic:
error_messages:
login_blank: '不能为空'
login_not_found: '未找到用户'
login_invalid: '用户不正确'
consecutive_failed_logins_limit_exceeded: Consecutive failed logins limit exceeded, account is disabled.
email_invalid: "格式不正确"
password_blank: can not be blank
password_invalid: is not valid
not_active: Your account is not active
not_confirmed: Your account is not confirmed
not_approved: Your account is not approved
no_authentication_details: You did not provide any details for authentication.
general_credentials_error: Login/Password combination is not valid
models:
user_session: UserSession (or whatever name you are using)
attributes:
user_session: (or whatever name you are using)
login: login
email: email
password: password
remember_me: remember me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment