authlogic-i18n 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/authlogic_i18n/version.rb +1 -1
- data/locales/en.yml +4 -5
- data/locales/zh-CN.yml +3 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ef95c9be65f71b456132e6c436557b5f27360a984140bf0ae928dba02d494cf
|
|
4
|
+
data.tar.gz: 336c4d79c243e07e1af1b0f1f853b00612cccd9636ee9d88df12afe90fa4df3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8a0eea2846cdf2cbb7e52a4dfd947b9da5002d36d26bcaee11f47287342b6ce1a7a7068cdd1243333cee9b6c2770622b06f85f94049bb2c14e9efa6ccdcfe65
|
|
7
|
+
data.tar.gz: ae971c0e8609b97d0bb1ae318fd87383ddd5221416cbf4207ef333ff6e945865e015628681c757f991686b2354b0eb99c938e241cae736bd62dba078b5e94f22
|
data/locales/en.yml
CHANGED
|
@@ -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
|
|
19
|
+
user_session: UserSession
|
|
21
20
|
attributes:
|
|
22
|
-
user_session:
|
|
21
|
+
user_session:
|
|
23
22
|
login: login
|
|
24
23
|
email: email
|
|
25
24
|
password: password
|
data/locales/zh-CN.yml
CHANGED
|
@@ -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: 密码
|