devise-i18n 1.8.0 → 1.9.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.
@@ -2,34 +2,34 @@ zh-TW:
2
2
  activerecord:
3
3
  attributes:
4
4
  user:
5
- confirmation_sent_at:
6
- confirmation_token:
7
- confirmed_at:
5
+ confirmation_sent_at: 確認信已寄於
6
+ confirmation_token: 確認令牌
7
+ confirmed_at: 已確認於
8
8
  created_at: 建立於
9
9
  current_password: 原始密碼
10
10
  current_sign_in_at: 現在登入狀態開始於
11
11
  current_sign_in_ip: 現在登入中的IP位址
12
12
  email: 電子信箱
13
- encrypted_password:
13
+ encrypted_password: 加密過的密碼
14
14
  failed_attempts: 錯誤嘗試次數
15
15
  last_sign_in_at: 上次登入於
16
16
  last_sign_in_ip: 上次登入的IP位址
17
- locked_at:
17
+ locked_at: 鎖定於
18
18
  password: 密碼
19
19
  password_confirmation: 確認密碼
20
- remember_created_at:
20
+ remember_created_at: 記住信息寄於
21
21
  remember_me: 記住我的資訊
22
- reset_password_sent_at:
23
- reset_password_token:
22
+ reset_password_sent_at: 密碼重設信寄於
23
+ reset_password_token: 密碼重置金鑰
24
24
  sign_in_count: 登入次數
25
- unconfirmed_email:
26
- unlock_token:
25
+ unconfirmed_email: 電子信箱未確認
26
+ unlock_token: 解鎖令牌
27
27
  updated_at: 更新於
28
28
  models:
29
29
  user: 使用者
30
30
  devise:
31
31
  confirmations:
32
- confirmed: 您的帳號已通過驗證,現在您已成功登入。
32
+ confirmed: 您的信箱已通過驗證,現在您已成功登入。
33
33
  new:
34
34
  resend_confirmation_instructions: 重新寄送確認信
35
35
  send_instructions: 您將在幾分鐘後收到一封電子郵件,內有驗證帳號的步驟說明。
@@ -47,27 +47,27 @@ zh-TW:
47
47
  mailer:
48
48
  confirmation_instructions:
49
49
  action: 確認帳號
50
- greeting: "%{recipient} 您好!"
50
+ greeting: "%{recipient} 您好!"
51
51
  instruction: 您可以利用下面的連結確認您的帳戶的電子郵件:
52
52
  subject: 帳號驗證步驟
53
53
  email_changed:
54
- greeting:
55
- message:
56
- subject:
54
+ greeting: "%{recipient} 您好!"
55
+ message: 我們寫信是爲了通知您,您的信箱已被修改爲 %{email}。
56
+ subject: 信箱已被修改
57
57
  password_change:
58
- greeting: 您好 %{recipient}!
58
+ greeting: "%{recipient} 您好!"
59
59
  message: 它會通知您,您的密碼已被更改。
60
60
  subject: 密碼已更改
61
61
  reset_password_instructions:
62
62
  action: 更改我的密碼
63
- greeting: 您好 %{recipient}!
63
+ greeting: "%{recipient} 您好!"
64
64
  instruction: 有人要求更改密碼的連結,您可以利用下面的連結更改密碼。
65
65
  instruction_2: 如果您沒有要求,請忽略此電子郵件。
66
66
  instruction_3: 如果您沒有進入上面的連結,並建立新的密碼,您的密碼不會被改變。
67
67
  subject: 密碼重設步驟
68
68
  unlock_instructions:
69
69
  action: 帳戶解鎖
70
- greeting: 您好 %{recipient}!
70
+ greeting: "%{recipient} 您好!"
71
71
  instruction: 點擊下面的連結到您的帳戶進行解鎖:
72
72
  message: 由於多次不成功的登入嘗試,您的帳戶已被鎖定。
73
73
  subject: 帳號解鎖步驟
@@ -107,7 +107,7 @@ zh-TW:
107
107
  signed_up_but_unconfirmed: 確認信件已送至您的 Email 信箱,請點擊信件內連結以啓動您的帳號。
108
108
  update_needs_confirmation: 您已經成功的更新帳號資訊,但我們仍需確認您的電子信箱,請至新信箱收信並點擊連結以確認您的新電子郵件帳號。
109
109
  updated: 您已經成功的更新帳號資訊。
110
- updated_but_not_signed_in:
110
+ updated_but_not_signed_in: 您已經成功的更新帳號資訊。但因為您變更了密碼,請重新登入。
111
111
  sessions:
112
112
  already_signed_out: 成功登出了。
113
113
  new:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Dell
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-02-17 00:00:00.000000000 Z
13
+ date: 2020-08-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: devise
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: '4.6'
21
+ version: 4.7.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- version: '4.6'
28
+ version: 4.7.1
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: rspec
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -72,16 +72,16 @@ dependencies:
72
72
  name: jeweler
73
73
  requirement: !ruby/object:Gem::Requirement
74
74
  requirements:
75
- - - ">"
75
+ - - ">="
76
76
  - !ruby/object:Gem::Version
77
- version: 1.6.4
77
+ version: '0'
78
78
  type: :development
79
79
  prerelease: false
80
80
  version_requirements: !ruby/object:Gem::Requirement
81
81
  requirements:
82
- - - ">"
82
+ - - ">="
83
83
  - !ruby/object:Gem::Version
84
- version: 1.6.4
84
+ version: '0'
85
85
  - !ruby/object:Gem::Dependency
86
86
  name: i18n-spec
87
87
  requirement: !ruby/object:Gem::Requirement
@@ -189,6 +189,7 @@ files:
189
189
  - rails/locales/el.yml
190
190
  - rails/locales/en-GB.yml
191
191
  - rails/locales/en.yml
192
+ - rails/locales/es-CO.yml
192
193
  - rails/locales/es-MX.yml
193
194
  - rails/locales/es.yml
194
195
  - rails/locales/et.yml
@@ -207,10 +208,12 @@ files:
207
208
  - rails/locales/it.yml
208
209
  - rails/locales/ja.yml
209
210
  - rails/locales/ka.yml
211
+ - rails/locales/km.yml
210
212
  - rails/locales/ko.yml
211
213
  - rails/locales/lo-LA.yml
212
214
  - rails/locales/lt.yml
213
215
  - rails/locales/lv.yml
216
+ - rails/locales/mk.yml
214
217
  - rails/locales/ms.yml
215
218
  - rails/locales/nb.yml
216
219
  - rails/locales/nl.yml
@@ -260,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
260
263
  - !ruby/object:Gem::Version
261
264
  version: '0'
262
265
  requirements: []
263
- rubygems_version: 3.0.2
266
+ rubygems_version: 3.0.3
264
267
  signing_key:
265
268
  specification_version: 4
266
269
  summary: Translations for the devise gem