devise-i18n 1.6.2 → 1.10.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +36 -6
  3. data/VERSION +1 -1
  4. data/app/views/devise/confirmations/new.html.erb +1 -1
  5. data/app/views/devise/mailer/confirmation_instructions.html.erb +1 -0
  6. data/app/views/devise/mailer/email_changed.html.erb +1 -1
  7. data/app/views/devise/passwords/edit.html.erb +3 -3
  8. data/app/views/devise/passwords/new.html.erb +1 -1
  9. data/app/views/devise/registrations/edit.html.erb +5 -5
  10. data/app/views/devise/registrations/new.html.erb +3 -3
  11. data/app/views/devise/sessions/new.html.erb +3 -3
  12. data/app/views/devise/shared/_error_messages.html.erb +15 -0
  13. data/app/views/devise/shared/_links.html.erb +8 -8
  14. data/app/views/devise/unlocks/new.html.erb +1 -1
  15. data/lib/generators/devise/templates/simple_form_for/confirmations/new.html.erb +5 -1
  16. data/lib/generators/devise/templates/simple_form_for/passwords/edit.html.erb +10 -2
  17. data/lib/generators/devise/templates/simple_form_for/passwords/new.html.erb +4 -1
  18. data/lib/generators/devise/templates/simple_form_for/registrations/edit.html.erb +12 -4
  19. data/lib/generators/devise/templates/simple_form_for/registrations/new.html.erb +11 -3
  20. data/lib/generators/devise/templates/simple_form_for/sessions/new.html.erb +7 -2
  21. data/lib/generators/devise/templates/simple_form_for/unlocks/new.html.erb +4 -1
  22. data/rails/locales/af.yml +24 -22
  23. data/rails/locales/ar.yml +109 -107
  24. data/rails/locales/az.yml +94 -92
  25. data/rails/locales/be.yml +108 -106
  26. data/rails/locales/bg.yml +111 -109
  27. data/rails/locales/bn.yml +110 -108
  28. data/rails/locales/bs.yml +73 -71
  29. data/rails/locales/ca.yml +3 -1
  30. data/rails/locales/cs.yml +17 -15
  31. data/rails/locales/da.yml +2 -0
  32. data/rails/locales/de-CH.yml +19 -15
  33. data/rails/locales/de.yml +32 -28
  34. data/rails/locales/el.yml +109 -105
  35. data/rails/locales/en-GB.yml +30 -25
  36. data/rails/locales/en.yml +9 -5
  37. data/rails/locales/es-CO.yml +143 -0
  38. data/rails/locales/es-MX.yml +15 -9
  39. data/rails/locales/es.yml +14 -10
  40. data/rails/locales/et.yml +7 -5
  41. data/rails/locales/fa.yml +110 -108
  42. data/rails/locales/fi.yml +8 -4
  43. data/rails/locales/fr-CA.yml +49 -45
  44. data/rails/locales/fr.yml +45 -43
  45. data/rails/locales/ha.yml +24 -22
  46. data/rails/locales/he.yml +112 -108
  47. data/rails/locales/hi.yml +149 -0
  48. data/rails/locales/hr.yml +81 -71
  49. data/rails/locales/hu.yml +31 -29
  50. data/rails/locales/id.yml +21 -19
  51. data/rails/locales/ig.yml +24 -22
  52. data/rails/locales/is.yml +15 -13
  53. data/rails/locales/it.yml +21 -15
  54. data/rails/locales/ja.yml +98 -96
  55. data/rails/locales/ka.yml +109 -106
  56. data/rails/locales/km.yml +141 -0
  57. data/rails/locales/ko.yml +101 -99
  58. data/rails/locales/lo-LA.yml +115 -113
  59. data/rails/locales/lt.yml +72 -70
  60. data/rails/locales/lv.yml +10 -8
  61. data/rails/locales/mk.yml +146 -0
  62. data/rails/locales/ms.yml +8 -6
  63. data/rails/locales/nb.yml +10 -6
  64. data/rails/locales/nl.yml +5 -1
  65. data/rails/locales/nn-NO.yml +9 -7
  66. data/rails/locales/no.yml +9 -7
  67. data/rails/locales/pap-AW.yml +143 -0
  68. data/rails/locales/pap-CW.yml +143 -0
  69. data/rails/locales/pl.yml +41 -32
  70. data/rails/locales/pt-BR.yml +24 -18
  71. data/rails/locales/pt.yml +63 -57
  72. data/rails/locales/ro.yml +18 -13
  73. data/rails/locales/ru.yml +108 -102
  74. data/rails/locales/si.yml +109 -107
  75. data/rails/locales/sk.yml +16 -11
  76. data/rails/locales/sl.yml +32 -30
  77. data/rails/locales/sq.yml +111 -105
  78. data/rails/locales/sr-RS.yml +117 -107
  79. data/rails/locales/sr.yml +74 -68
  80. data/rails/locales/sv.yml +10 -8
  81. data/rails/locales/th.yml +109 -107
  82. data/rails/locales/tl.yml +32 -30
  83. data/rails/locales/tr.yml +39 -37
  84. data/rails/locales/uk.yml +114 -108
  85. data/rails/locales/ur.yml +105 -103
  86. data/rails/locales/vi.yml +28 -24
  87. data/rails/locales/yo.yml +96 -78
  88. data/rails/locales/zh-CN.yml +109 -107
  89. data/rails/locales/zh-HK.yml +110 -108
  90. data/rails/locales/zh-TW.yml +110 -108
  91. data/rails/locales/zh-YUE.yml +110 -108
  92. metadata +53 -19
@@ -2,138 +2,140 @@ zh-YUE:
2
2
  activerecord:
3
3
  attributes:
4
4
  user:
5
- confirmation_sent_at:
6
- confirmation_token:
7
- confirmed_at:
8
- created_at:
9
- current_password:
10
- current_sign_in_at:
11
- current_sign_in_ip:
12
- email:
13
- encrypted_password:
14
- failed_attempts:
15
- last_sign_in_at:
16
- last_sign_in_ip:
17
- locked_at:
18
- password:
19
- password_confirmation:
20
- remember_created_at:
21
- remember_me:
22
- reset_password_sent_at:
23
- reset_password_token:
24
- sign_in_count:
25
- unconfirmed_email:
26
- unlock_token:
27
- updated_at:
5
+ confirmation_sent_at:
6
+ confirmation_token:
7
+ confirmed_at:
8
+ created_at:
9
+ current_password:
10
+ current_sign_in_at:
11
+ current_sign_in_ip:
12
+ email:
13
+ encrypted_password:
14
+ failed_attempts:
15
+ last_sign_in_at:
16
+ last_sign_in_ip:
17
+ locked_at:
18
+ password:
19
+ password_confirmation:
20
+ remember_created_at:
21
+ remember_me:
22
+ reset_password_sent_at:
23
+ reset_password_token:
24
+ sign_in_count:
25
+ unconfirmed_email:
26
+ unlock_token:
27
+ updated_at:
28
28
  models:
29
- user:
29
+ user:
30
30
  devise:
31
31
  confirmations:
32
- confirmed: "啟用同埋登入咗帳戶。"
32
+ confirmed: 啟用同埋登入咗帳戶。
33
33
  new:
34
- resend_confirmation_instructions:
35
- send_instructions: "幾分鐘之後,你會收到一封電郵,入面有啟用帳戶嘅步驟。"
36
- send_paranoid_instructions: "如果我哋既紀錄入面有呢個電郵的話,幾分鐘之後,你會收到一封電郵,入面有啟用帳戶嘅步驟。"
34
+ resend_confirmation_instructions:
35
+ send_instructions: 幾分鐘之後,你會收到一封電郵,入面有啟用帳戶嘅步驟。
36
+ send_paranoid_instructions: 如果我哋既紀錄入面有呢個電郵的話,幾分鐘之後,你會收到一封電郵,入面有啟用帳戶嘅步驟。
37
37
  failure:
38
- already_authenticated: "已經登入咗。"
39
- inactive: "帳戶未啟用。"
40
- invalid:
41
- last_attempt: "你仲有一次嘗試正確密碼嘅機會,過後你嘅帳戶會被鎖住。"
42
- locked: "你個帳戶已經鎖咗。"
43
- not_found_in_database:
44
- timeout: "超時,請重新登入。"
45
- unauthenticated: "請登入,或者開個帳戶。"
46
- unconfirmed: "帳戶未啟用。"
38
+ already_authenticated: 已經登入咗。
39
+ inactive: 帳戶未啟用。
40
+ invalid:
41
+ last_attempt: 你仲有一次嘗試正確密碼嘅機會,過後你嘅帳戶會被鎖住。
42
+ locked: 你個帳戶已經鎖咗。
43
+ not_found_in_database:
44
+ timeout: 超時,請重新登入。
45
+ unauthenticated: 請登入,或者開個帳戶。
46
+ unconfirmed: 帳戶未啟用。
47
47
  mailer:
48
48
  confirmation_instructions:
49
- action:
50
- greeting:
51
- instruction:
52
- subject: "啟用帳戶"
49
+ action:
50
+ greeting:
51
+ instruction:
52
+ subject: 啟用帳戶
53
53
  email_changed:
54
- greeting:
55
- message:
56
- subject:
54
+ greeting:
55
+ message:
56
+ message_unconfirmed:
57
+ subject:
57
58
  password_change:
58
- greeting:
59
- message:
60
- subject:
59
+ greeting:
60
+ message:
61
+ subject:
61
62
  reset_password_instructions:
62
- action:
63
- greeting:
64
- instruction:
65
- instruction_2:
66
- instruction_3:
67
- subject: "重設密碼"
63
+ action:
64
+ greeting:
65
+ instruction:
66
+ instruction_2:
67
+ instruction_3:
68
+ subject: 重設密碼
68
69
  unlock_instructions:
69
- action:
70
- greeting:
71
- instruction:
72
- message:
73
- subject: "帳戶解鎖"
70
+ action:
71
+ greeting:
72
+ instruction:
73
+ message:
74
+ subject: 帳戶解鎖
74
75
  omniauth_callbacks:
75
- failure: "由%{kind}登入唔到,原因︰%{reason}。"
76
+ failure: 由%{kind}登入唔到,原因︰%{reason}。
76
77
  success: "%{kind}登入成功。"
77
78
  passwords:
78
79
  edit:
79
- change_my_password:
80
- change_your_password:
81
- confirm_new_password:
82
- new_password:
80
+ change_my_password:
81
+ change_your_password:
82
+ confirm_new_password:
83
+ new_password:
83
84
  new:
84
- forgot_your_password:
85
- send_me_reset_password_instructions:
86
- no_token: "請肯定網址係密碼重設電郵入面嗰個。唔經呢封電郵睇唔到呢版。"
87
- send_instructions: "幾分鐘之後,你會收到一封電郵,入面有重設密碼嘅步驟。"
88
- send_paranoid_instructions: "如果我哋既紀錄入面有呢個電郵的話,幾分鐘之後,你會收到一封電郵,入面有重設密碼嘅步驟。"
89
- updated: "成功改咗密碼;重新登入咗。"
90
- updated_not_active: "成功改咗密碼。"
85
+ forgot_your_password:
86
+ send_me_reset_password_instructions:
87
+ no_token: 請肯定網址係密碼重設電郵入面嗰個。唔經呢封電郵睇唔到呢版。
88
+ send_instructions: 幾分鐘之後,你會收到一封電郵,入面有重設密碼嘅步驟。
89
+ send_paranoid_instructions: 如果我哋既紀錄入面有呢個電郵的話,幾分鐘之後,你會收到一封電郵,入面有重設密碼嘅步驟。
90
+ updated: 成功改咗密碼;重新登入咗。
91
+ updated_not_active: 成功改咗密碼。
91
92
  registrations:
92
- destroyed: "帳戶已經註銷。有緣再會。"
93
+ destroyed: 帳戶已經註銷。有緣再會。
93
94
  edit:
94
- are_you_sure:
95
- cancel_my_account:
96
- currently_waiting_confirmation_for_email:
97
- leave_blank_if_you_don_t_want_to_change_it:
98
- title:
99
- unhappy:
100
- update:
101
- we_need_your_current_password_to_confirm_your_changes:
95
+ are_you_sure:
96
+ cancel_my_account:
97
+ currently_waiting_confirmation_for_email:
98
+ leave_blank_if_you_don_t_want_to_change_it:
99
+ title:
100
+ unhappy:
101
+ update:
102
+ we_need_your_current_password_to_confirm_your_changes:
102
103
  new:
103
- sign_up:
104
- signed_up: "註冊咗。歡迎!"
105
- signed_up_but_inactive: "註冊咗;不過要啟用埋帳戶先可以登入。"
106
- signed_up_but_locked: "註冊咗;不過帳戶鎖咗,未可以登入住。"
107
- signed_up_but_unconfirmed: "註冊咗;你會收到封電郵,入面有啟用帳戶嘅步驟。"
108
- update_needs_confirmation: "更新咗帳戶。你會喺新電郵地址收到封電郵,入面有確認新電郵步驟。"
109
- updated: "更新咗帳戶。"
104
+ sign_up:
105
+ signed_up: 註冊咗。歡迎!
106
+ signed_up_but_inactive: 註冊咗;不過要啟用埋帳戶先可以登入。
107
+ signed_up_but_locked: 註冊咗;不過帳戶鎖咗,未可以登入住。
108
+ signed_up_but_unconfirmed: 註冊咗;你會收到封電郵,入面有啟用帳戶嘅步驟。
109
+ update_needs_confirmation: 更新咗帳戶。你會喺新電郵地址收到封電郵,入面有確認新電郵步驟。
110
+ updated: 更新咗帳戶。
111
+ updated_but_not_signed_in:
110
112
  sessions:
111
- already_signed_out: "登出成功。"
113
+ already_signed_out: 登出成功。
112
114
  new:
113
- sign_in:
114
- signed_in: "登入咗。"
115
- signed_out: "登出咗。"
115
+ sign_in:
116
+ signed_in: 登入咗。
117
+ signed_out: 登出咗。
116
118
  shared:
117
119
  links:
118
- back:
119
- didn_t_receive_confirmation_instructions:
120
- didn_t_receive_unlock_instructions:
121
- forgot_your_password:
122
- sign_in:
123
- sign_in_with_provider:
124
- sign_up:
125
- minimum_password_length:
120
+ back:
121
+ didn_t_receive_confirmation_instructions:
122
+ didn_t_receive_unlock_instructions:
123
+ forgot_your_password:
124
+ sign_in:
125
+ sign_in_with_provider:
126
+ sign_up:
127
+ minimum_password_length:
126
128
  unlocks:
127
129
  new:
128
- resend_unlock_instructions:
129
- send_instructions: "幾分鐘之後,你會收到一封電郵,入面有帳戶解鎖嘅步驟。"
130
- send_paranoid_instructions: "如果我哋既紀錄入面有呢個帳戶的話,幾分鐘之後,你會收到一封電郵,入面有帳戶解鎖嘅步驟。"
131
- unlocked: "帳戶解咗鎖;請重新登入。"
130
+ resend_unlock_instructions:
131
+ send_instructions: 幾分鐘之後,你會收到一封電郵,入面有帳戶解鎖嘅步驟。
132
+ send_paranoid_instructions: 如果我哋既紀錄入面有呢個帳戶的話,幾分鐘之後,你會收到一封電郵,入面有帳戶解鎖嘅步驟。
133
+ unlocked: 帳戶解咗鎖;請重新登入。
132
134
  errors:
133
135
  messages:
134
- already_confirmed: "已經啟用咗;可以登入。"
135
- confirmation_period_expired: "超時。請重新要過個,然後喺%{period}之內確認。"
136
- expired: "超時。請重新要過個。"
137
- not_found: "搵唔到"
138
- not_locked: "無鎖到"
139
- not_saved: "有%{count}個問題,%{resource}儲存唔到。"
136
+ already_confirmed: 已經啟用咗;可以登入。
137
+ confirmation_period_expired: 超時。請重新要過個,然後喺%{period}之內確認。
138
+ expired: 超時。請重新要過個。
139
+ not_found: 搵唔到
140
+ not_locked: 無鎖到
141
+ not_saved: 有%{count}個問題,%{resource}儲存唔到。
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.2
4
+ version: 1.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Dell
8
8
  - mcasimir
9
9
  - Jason Barnabe
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-04-13 00:00:00.000000000 Z
13
+ date: 2022-02-20 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.4'
21
+ version: 4.8.0
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.4'
28
+ version: 4.8.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: rspec
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -41,33 +41,33 @@ dependencies:
41
41
  - !ruby/object:Gem::Version
42
42
  version: 2.8.0
43
43
  - !ruby/object:Gem::Dependency
44
- name: bundler
44
+ name: rspec-rails
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - "~>"
47
+ - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: '1.2'
49
+ version: '0'
50
50
  type: :development
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
- - - "~>"
54
+ - - ">="
55
55
  - !ruby/object:Gem::Version
56
- version: '1.2'
56
+ version: '0'
57
57
  - !ruby/object:Gem::Dependency
58
58
  name: jeweler
59
59
  requirement: !ruby/object:Gem::Requirement
60
60
  requirements:
61
- - - ">"
61
+ - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: 1.6.4
63
+ version: '0'
64
64
  type: :development
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
- - - ">"
68
+ - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: 1.6.4
70
+ version: '0'
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: i18n-spec
73
73
  requirement: !ruby/object:Gem::Requirement
@@ -110,6 +110,34 @@ dependencies:
110
110
  - - ">="
111
111
  - !ruby/object:Gem::Version
112
112
  version: '0'
113
+ - !ruby/object:Gem::Dependency
114
+ name: activemodel
115
+ requirement: !ruby/object:Gem::Requirement
116
+ requirements:
117
+ - - ">="
118
+ - !ruby/object:Gem::Version
119
+ version: '0'
120
+ type: :development
121
+ prerelease: false
122
+ version_requirements: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: '0'
127
+ - !ruby/object:Gem::Dependency
128
+ name: omniauth-twitter
129
+ requirement: !ruby/object:Gem::Requirement
130
+ requirements:
131
+ - - ">="
132
+ - !ruby/object:Gem::Version
133
+ version: '0'
134
+ type: :development
135
+ prerelease: false
136
+ version_requirements: !ruby/object:Gem::Requirement
137
+ requirements:
138
+ - - ">="
139
+ - !ruby/object:Gem::Version
140
+ version: '0'
113
141
  description: Translations for the devise gem
114
142
  email: chris@tigrish.com
115
143
  executables: []
@@ -132,6 +160,7 @@ files:
132
160
  - app/views/devise/registrations/edit.html.erb
133
161
  - app/views/devise/registrations/new.html.erb
134
162
  - app/views/devise/sessions/new.html.erb
163
+ - app/views/devise/shared/_error_messages.html.erb
135
164
  - app/views/devise/shared/_links.html.erb
136
165
  - app/views/devise/unlocks/new.html.erb
137
166
  - lib/devise-i18n.rb
@@ -160,6 +189,7 @@ files:
160
189
  - rails/locales/el.yml
161
190
  - rails/locales/en-GB.yml
162
191
  - rails/locales/en.yml
192
+ - rails/locales/es-CO.yml
163
193
  - rails/locales/es-MX.yml
164
194
  - rails/locales/es.yml
165
195
  - rails/locales/et.yml
@@ -169,6 +199,7 @@ files:
169
199
  - rails/locales/fr.yml
170
200
  - rails/locales/ha.yml
171
201
  - rails/locales/he.yml
202
+ - rails/locales/hi.yml
172
203
  - rails/locales/hr.yml
173
204
  - rails/locales/hu.yml
174
205
  - rails/locales/id.yml
@@ -177,15 +208,19 @@ files:
177
208
  - rails/locales/it.yml
178
209
  - rails/locales/ja.yml
179
210
  - rails/locales/ka.yml
211
+ - rails/locales/km.yml
180
212
  - rails/locales/ko.yml
181
213
  - rails/locales/lo-LA.yml
182
214
  - rails/locales/lt.yml
183
215
  - rails/locales/lv.yml
216
+ - rails/locales/mk.yml
184
217
  - rails/locales/ms.yml
185
218
  - rails/locales/nb.yml
186
219
  - rails/locales/nl.yml
187
220
  - rails/locales/nn-NO.yml
188
221
  - rails/locales/no.yml
222
+ - rails/locales/pap-AW.yml
223
+ - rails/locales/pap-CW.yml
189
224
  - rails/locales/pl.yml
190
225
  - rails/locales/pt-BR.yml
191
226
  - rails/locales/pt.yml
@@ -209,11 +244,11 @@ files:
209
244
  - rails/locales/zh-HK.yml
210
245
  - rails/locales/zh-TW.yml
211
246
  - rails/locales/zh-YUE.yml
212
- homepage: http://github.com/tigrish/devise-i18n
247
+ homepage: https://github.com/tigrish/devise-i18n
213
248
  licenses:
214
249
  - MIT
215
250
  metadata: {}
216
- post_install_message:
251
+ post_install_message:
217
252
  rdoc_options: []
218
253
  require_paths:
219
254
  - lib
@@ -228,9 +263,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
263
  - !ruby/object:Gem::Version
229
264
  version: '0'
230
265
  requirements: []
231
- rubyforge_project:
232
- rubygems_version: 2.6.8
233
- signing_key:
266
+ rubygems_version: 3.0.3
267
+ signing_key:
234
268
  specification_version: 4
235
269
  summary: Translations for the devise gem
236
270
  test_files: []