authlogic-i18n 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ef95c9be65f71b456132e6c436557b5f27360a984140bf0ae928dba02d494cf
4
- data.tar.gz: 336c4d79c243e07e1af1b0f1f853b00612cccd9636ee9d88df12afe90fa4df3b
3
+ metadata.gz: 145c7e690c086a1ecc87fc51bcca8520c35fa8a81663a7f71f359cea90feaca9
4
+ data.tar.gz: b0cf90ccd50f478b0b6c165544b1108a4f569796dbee2eb282b9b5b58e77b44a
5
5
  SHA512:
6
- metadata.gz: c8a0eea2846cdf2cbb7e52a4dfd947b9da5002d36d26bcaee11f47287342b6ce1a7a7068cdd1243333cee9b6c2770622b06f85f94049bb2c14e9efa6ccdcfe65
7
- data.tar.gz: ae971c0e8609b97d0bb1ae318fd87383ddd5221416cbf4207ef333ff6e945865e015628681c757f991686b2354b0eb99c938e241cae736bd62dba078b5e94f22
6
+ metadata.gz: 77a367e5201fcebfb46043c21c47849d31235c7d4ab2cd8fc135db22a715d94fb0b7af130437531971b99f9a58ccb1e9eace8b8adcf9aa8c2bb33949da7d9d9e
7
+ data.tar.gz: a36901c8be8b00f8aea4b91f439a53136f9fb81356314311e5ff4223ed697172a6eb98f9f1d26b6cc4057a300bf276f0344d42148f1005565b6f9107365ae8fb
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ Gemfile.lock
@@ -1,3 +1,3 @@
1
1
  module AuthlogicI18n
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/locales/zh-CN.yml CHANGED
@@ -13,13 +13,13 @@ zh-CN:
13
13
  not_confirmed: 您的账户未确认
14
14
  not_approved: 您的账户未批准
15
15
  no_authentication_details: 您未提供任何认证细节。
16
- general_credentials_error: 登陆名/密码无效
16
+ general_credentials_error: 登录名/密码无效
17
17
  session_invalid: '你的会话无效,错误如下:'
18
18
  models:
19
19
  user_session: 用户会话
20
20
  attributes:
21
21
  user_session:
22
- login: 登陆名
22
+ login: 登录名
23
23
  email: 邮箱
24
24
  password: 密码
25
25
  remember_me: 记住登录信息
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authlogic-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - lucia
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-30 00:00:00.000000000 Z
11
+ date: 2022-03-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Translations for the authlogic gem
14
14
  email:
@@ -40,7 +40,7 @@ licenses:
40
40
  metadata:
41
41
  homepage_uri: https://github.com/Lupeipei/authlogic-i18n
42
42
  source_code_uri: https://github.com/Lupeipei/authlogic-i18n
43
- post_install_message:
43
+ post_install_message:
44
44
  rdoc_options: []
45
45
  require_paths:
46
46
  - lib
@@ -55,8 +55,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
57
  requirements: []
58
- rubygems_version: 3.0.3
59
- signing_key:
58
+ rubygems_version: 3.1.4
59
+ signing_key:
60
60
  specification_version: 4
61
61
  summary: Translations for the authlogic gem
62
62
  test_files: []