authlogic-i18n 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 941c2833976d08c381bbd49c33e8542ce3a93e7678491a39607d398df0b6416a
4
- data.tar.gz: 36c412ba23c3a9a5bcac69adb18a6ad7040dfd49207a9271119031e0ceed6065
3
+ metadata.gz: 1ef95c9be65f71b456132e6c436557b5f27360a984140bf0ae928dba02d494cf
4
+ data.tar.gz: 336c4d79c243e07e1af1b0f1f853b00612cccd9636ee9d88df12afe90fa4df3b
5
5
  SHA512:
6
- metadata.gz: 2dcf8dd13c514aa8297996355c7ce0ea9dea798ae7b56e3101c042684cc08ef54c2cd83d3ae7a05a4098e7c14c6fc8185d5af6c5397204d8b391ee2a185faf6d
7
- data.tar.gz: 42ed38812f8aa08b6188ad36dfbae4c492f47a5331a754861cd452e23292f78aef1056b7704aa540ee4c5395c9e650fa2d8b763bbbc3d7dca7515380abf23a7b
6
+ metadata.gz: c8a0eea2846cdf2cbb7e52a4dfd947b9da5002d36d26bcaee11f47287342b6ce1a7a7068cdd1243333cee9b6c2770622b06f85f94049bb2c14e9efa6ccdcfe65
7
+ data.tar.gz: ae971c0e8609b97d0bb1ae318fd87383ddd5221416cbf4207ef333ff6e945865e015628681c757f991686b2354b0eb99c938e241cae736bd62dba078b5e94f22
@@ -1,3 +1,3 @@
1
1
  module AuthlogicI18n
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -4,8 +4,7 @@ en:
4
4
  login_blank: can not be blank
5
5
  login_not_found: is not valid
6
6
  login_invalid: should use only letters, numbers, spaces, and .-_@+ please.
7
- consecutive_failed_logins_limit_exceeded: >
8
- Consecutive failed logins limit exceeded, account is disabled.
7
+ consecutive_failed_logins_limit_exceeded: Consecutive failed logins limit exceeded, account is disabled.
9
8
  email_invalid: should look like an email address.
10
9
  email_invalid_international: should look like an international email address.
11
10
  password_blank: can not be blank
@@ -15,11 +14,11 @@ en:
15
14
  not_approved: Your account is not approved
16
15
  no_authentication_details: You did not provide any details for authentication.
17
16
  general_credentials_error: Login/Password combination is not valid
18
- session_invalid: Your session is invalid and has the following errors:
17
+ session_invalid: 'Your session is invalid and has the following errors:'
19
18
  models:
20
- user_session: UserSession (or whatever name you are using)
19
+ user_session: UserSession
21
20
  attributes:
22
- user_session: (or whatever name you are using)
21
+ user_session:
23
22
  login: login
24
23
  email: email
25
24
  password: password
@@ -4,8 +4,7 @@ zh-CN:
4
4
  login_blank: 不能为空
5
5
  login_not_found: 是无效的
6
6
  login_invalid: 只允许使用字母,数字,空格和.-_@+。
7
- consecutive_failed_logins_limit_exceeded: >
8
- 连续登录失败次数超过限制,帐户被禁用。
7
+ consecutive_failed_logins_limit_exceeded: 连续登录失败次数超过限制,帐户被禁用。
9
8
  email_invalid: 邮箱地址无效
10
9
  email_invalid_international: 国际邮箱地址无效
11
10
  password_blank: 不能为空
@@ -15,11 +14,11 @@ zh-CN:
15
14
  not_approved: 您的账户未批准
16
15
  no_authentication_details: 您未提供任何认证细节。
17
16
  general_credentials_error: 登陆名/密码无效
18
- session_invalid: 你的会话无效,错误如下:
17
+ session_invalid: '你的会话无效,错误如下:'
19
18
  models:
20
19
  user_session: 用户会话
21
20
  attributes:
22
- user_session: 用户会话
21
+ user_session:
23
22
  login: 登陆名
24
23
  email: 邮箱
25
24
  password: 密码
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authlogic-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - lucia